Create Product Variant
Product Variants
Create Product Variant
POST
Create Product Variant
Adds a new SKU variant configuration to a product (e.g. Size: 44, Color: Blue) with variant-specific pricing, stock counts, and image uploads.
Authorizations
Your Secret API Key (
sk_live_... or sk_test_...) generated from the Developer dashboard. Must be kept secret.Path Parameters
The unique UUID of the shop.
The unique ID of the product.
Request Body (Multipart / Form Data)
Variant-specific price in Kobo. Must be greater than 0.
Inventory count for this variant. Must be non-negative.
JSON array representing options. Example:
[{"optionTypeName": "Color", "optionValueName": "Red"}].