product_variant.v1

id
string

A unique identifier for the product variant in your system.

<= 32 characters
Example:
5634477687
available_quantity
integer

Available quantity of the product variant.

Example:
1
sku
string

The product SKU of the product variant.

<= 1024 characters
Example:
SKU001
title
string

The title of the product variant.

<= 1024 characters
Example:
Power Mobile Phone
price
string

The price of the product variant.

<= 100 characters
Example:
10
image_urls
array[string]

The product image URL of the product variant.

<= 100 items
compare_at_price
string

The original price of the item before an adjustment or a sale.

<= 100 characters
weight
Weight

The weight information of the product variant.

Example:
{"unit":"kg","value":10}
unit
string

The weight unit eg: g or kg.

Allowed values:
kglbozg
value
number

The value of the weight.

Example:
10
allow_backorder
boolean

To specify whether customers are permitted to place an order for this out-of-stock product variant.

options
array[object]

The custom product variant properties, such as size, color, and material.

>= 1 items
name
string

The field name of the custom product property.

<= 256 characters
Example:
color
value
string

The value of the custom product property.

<= 256 characters
Example:
white
Example
preparing...