EMUN1 ASP.NET

<back to all web services

UpdateMailchimpProduct

The following routes are available for this service:
All Verbs/service/UpdateMailchimpProduct
UpdateMailchimpProduct Parameters:
NameParameterData TypeRequiredDescription
StoreIdquerystringNo
Product Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
TitleformstringNo
HandleformstringNo
UrlformstringNo
DescriptionformstringNo
TypeformstringNo
VendorformstringNo
ImageUrlformstringNo
VariantsformIList<Variant>No
PublishedAtForeignformstringNo
ImagesformIList<Image>No
LinksformIList<Link>No
Variant Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
TitleformstringNo
UrlformstringNo
SkuformstringNo
PriceformdoubleNo
InventoryQuantityformintNo
ImageUrlformstringNo
BackordersformstringNo
VisibilityformstringNo
CreatedAtformDateTime?No
UpdatedAtformDateTime?No
LinksformIList<Link>No
Link Parameters:
NameParameterData TypeRequiredDescription
HrefformstringNo
MethodformMethodNo
RelformstringNo
SchemaformstringNo
TargetSchemaformstringNo
Image Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
UrlformstringNo
VariantIdsformIList<string>No
LinksformIList<Link>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/UpdateMailchimpProduct HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: application/xlsx
Content-Type: application/xlsx
Content-Length: length

{"storeId":"String","id":"String","title":"String","handle":"String","url":"String","description":"String","type":"String","vendor":"String","imageUrl":"String","publishedAtForeign":"String"}
HTTP/1.1 200 OK
Content-Type: application/xlsx
Content-Length: length

{"id":"String","title":"String","handle":"String","url":"String","description":"String","type":"String","vendor":"String","imageUrl":"String","publishedAtForeign":"String"}