Skip to main content

Create a SKU

POST 

/skus

Creates a single SKU linked to an existing catalog Product via productId.

Location independence: A SKU can be created without specifying any locations or inventory. Inventory is assigned separately via PATCH /skus/{skuId} once the SKU is live. If initial inventory is known at creation time, locations may optionally be included.

Approval: When the approval workflow is enabled on the seller account, the created SKU transitions to PENDING_APPROVAL automatically. Use GET /skus/{skuId}/approval to monitor the review status.

Request

Responses

SKU created successfully