Skip to main content

Create SKU Product from Walmart Product

POST 

/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).

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

This handles product creation, pricing, and listing.

Returns 422 if the Walmart product is already mapped — unmap it first.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type