When we setup an integration with Plytix where we send products towards Plytix, we always follow the same procedure the product are checked using thesku
. We check if thesku
of the current product exists.
If it exists it will update the product when the settingupdate_product
is enabled. If the product doesn’t exist we will create the product. Basic information is provided, SKU, Name and Price. Other fields are mapable but are not provided per default.
Variant
Variants are not supported currently as this is strange behavior to be fed towards a PIM. If needed this needs to be discussed with Plytix
Attributes & Features
Attributes and features are not provided, as the goal of a pim is to provide this information
Categories
categories are not provided, as the goal of a pim is to provide this information
Images
Images are not provided, as the goal of a pim is to provide this information
Endpoints used:
Endpoint | Method | Definition |
---|---|---|
checkProductExists | POST | /products/search |
createProduct | POST | /products |
updateProduct | PATCH | /products/{id} |