Details of product which is saved or added to cart

GET Designer/Services/GetCustomizedProductById?customizedProductId={customizedProductId}&websiteId={websiteId}&webApiClientKey={webApiClientKey}


If you want to get the order status, order notes, design information of any customized product, this method will be helpful.


This operation returns details of product which is saved or added to cart.


Request Information

Parameters


NameDescriptions
customizedProductId

The product which is customized/designed using Artifi (Product customization tool) and saved or Added to cart is called as Customized product.

customizedProductId is the id of that product. When this customized product id is specified, it will give the complete information of that customized product.


websiteId

This is the website created in Artifi account by your e-commerce website, with which user is 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.


webApiClientKey

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.



application/json, text/json

Sample:
{
"Response":"Success",
"Message":null,
"Data":{
"UserId":"12345J",
"WebSiteId":537,
"ProductCode":"sample code",
"SKU":null,
"Title":"",
"Description":"",
"OrderStatus":"InProgress",
"OrderNotes":"",
"CustomDesignModelList":[
{
"CustomizedProductId":null,
"DesignTemplate":" { \"objects\":[],\"background\":\"\"}",
"SVGUniqueName":"2c15607e-a7a0-4bf6-8fbe-da14be3387da.svg",
"ThumbnailImageUniqueName":"44ba3e2f-58de-4183-b978-2dd8f5a53594.png",
"ImageUniqueName":"44ba3e2f-58de-4183-b978-2dd8f5a53594.png",
"ThumbnailImagePath":"",
"ImagePath":"",
"CustomizedProductDesignId":9098,
"ViewId":10163,
"ViewName":"sample view",
"DesignJsonVersion":"1.0.7",
"List":null,
"TemplateUnit":null,
"ImageDPI":0,
"Note":"",
"DraftId":0,
"TemplateJson":null,
"ConstraintJson":null,
"ProductViewId":10163,
"TemplateId":10675,
"NoOfImprintColors":0,
"ImprintColorList":null,
"Id":19084,
"LoginUserId":null
}
],
"CustomAttributeModelList":null,
"CustomizedAdvancedDesignList":null,
"CustomizedProductModelList":null,
"ColorAttributeModelList":null,
"IsGuest":null,
"CustomizedProductDesignModel":null,
"ClipartIdList":[
],
"UserPhotoIdList":[
],
"ColorIdList":[
],
"FontIdList":[
],
"StrokeColorIdList":[
],
"TintColorIdList":null,
"IsPrintReady":false,
"QuoteData":null,
"NoOfImprintColors":0,
"PDFStatus":0,
"Id":7093,
"LoginUserId":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.