GET Designer/Services/RegenerateXMLFile?customizedProductId={customizedProductId}&websiteId={websiteId}&webApiClientKey={webApiClientKey}
If you want to regenerate xml of any customized product, this method will be helpful.
This operation returns success message if the xml is generated.
Request Information
Parameters
Name | Descriptions |
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": "XML file regenerated successfully.", "Data": null, "ErrorCode": null }