A product component is primarily a merchant object, which represents an sub-item group of the parent item for sale on the Shopwave platform. A product component along with its parent item can be placed into a basket and be sold with associated transactions. Products component can have associated stock detail per store, which are tracked and can be reported on.
The endpoint you need to use for this is:
/product/component
Methods | Details |
---|---|
GET | Get product details. |
POST | Create or update products. |
DELETE | Delete products. |