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
- 201
- 400
- 401
- 403
- 409
- 422
- 500
SKU created successfully
Malformed request or invalid parameter values
Missing or invalid credentials
Caller does not have permission for this operation
A SKU with the same skuId already exists for this seller
Request is well-formed but fails semantic validation
Unexpected server error. Retry with exponential backoff.