Skip to main content
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

string
required
Your Secret API Key (sk_live_... or sk_test_...) generated from the Developer dashboard. Must be kept secret.

Path Parameters

string
required
The unique UUID of the shop.
number
required
The unique ID of the product.

Request Body (Multipart / Form Data)

number
required
Variant-specific price in Kobo. Must be greater than 0.
number
required
Inventory count for this variant. Must be non-negative.
string
required
JSON array representing options. Example: [{"optionTypeName": "Color", "optionValueName": "Red"}].