Map Product
POST/api/shopify/:integrationInstance/products/:product/map
Map a Shopify product variant to a SKU product (or subscription offering).
If the product is already mapped, updates the existing mapping (remap). Dispatches a job to map any unresolved sales order lines matching this listing.
Authentication: Requires Bearer token.
Validation:
- product_id: required_without subscription_offering_id, integer, must exist in products
- subscription_offering_id: required_without product_id, integer, must exist in subscription_offerings
Request
Responses
- 200
Successful response