EMUN1 ASP.NET

<back to all web services

CreateMailchimpProduct

Requires Authentication
The following routes are available for this service:
All Verbs/service/CreateMailchimpProduct
CreateMailchimpProduct 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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /service/CreateMailchimpProduct HTTP/1.1 
Host: www.bernhardt.com 
Accept: text/jsv
Content-Type: text/jsv
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: text/jsv
Content-Length: length

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