Update Ecommerce Id Using Customized Product Id

Get Designer/Services/UpdateEcommerceId

This api is used to update the ecommerce id using the customized product id. 

Request Information

Parameters

Request body formats

NameDescriptions
CustomizedProductId
Is a required parameter which contains customized product id.
EcommerceId
Is a required parameter which we are updating.
webApiClientKey

Is a required parameter. When any company gets registered with Artifi, Artifi will generate a special and unique key for that company which will be called as client key.

This client key will be found in registered company's profile tab in Artifi Account. This client key will be used for client(company) authentication and will be called as WebApiClientKey.

websiteId

Is a required parameter. This is the website with which customized product are associated.

Admin user of Artifi can create one or more websites and assign products to each of the website. The Id of the website with which user is associated should be specified in this parameter.

application/json, text/json

Sample:
{
     "CustomizedProductId": 456,
     "EcommerceId": "12",
     "WebApiClientKey": "185365d1-5cb0-4a9e-98bd-a9ce0b34cedc",
     "WebsiteId": 352
}

Response Information

Response body formats

application/json, text/json

Sample:
{
     "Response": "Success",
     "Message": "Ecommerce Id updated successfully.",
     "Data": null;,
     "ErrorCode" :null;
}

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.