Merge Products
Merge two products by ESINs
POST
https://{workspace}.myeshopbox.com/product-engine/api/v1/mergeProducts
This endpoint merges a DRAFT product to a DRAFT/ACTIVE product and deletes the from product.
Headers
Name
Type
Description
Authentication
string
The Bearer token to grant access to the API.
Request Body
Name
Type
Description
fromProductESIN
string
ESIN of the DRAFT product to be merged
toProductESIN
string
ESIN of the final product. This can be a draft or active product.
Last updated