Create SKU Product from Walmart Product
POST//:domain/api/walmart/:integrationInstance/products/:product/create-sku-product
Create a new SKU product from a Walmart listing's data and map it. If a SKU product with the same SKU already exists, the existing one is linked instead of creating a duplicate (response includes linked_existing=true).
Delegates to WalmartProductManager::createSkuProducts() which handles product creation, pricing, and listing.
Returns 422 if the Walmart product is already mapped — unmap it first.
Authentication: Requires Bearer token.
Request
Responses
- 201
- 422
Created
Response Headers
Content-Type
Unprocessable Entity
Response Headers
Content-Type