Create a new product variant.
API Scope: "Product (write)"
The unique Loop identifier of the parent product.
The provided external_id must be unique. If a non-unique external_id is provided, the API will respond with an error.
64"564400c7-7a6b-4f29-b6a5-7bb580b2992c"
The name of the product variant.
255"Classic Brown Dress Shoes - Size 12"
Whether or not the product variant is taxable.
The SKU of the product variant.
255"SHOES-US44-M-Brwn"
The weight of the product variant in grams.
440
The barcode of the product variant.
255712345000019
The price of the product variant in minor units, such as cents, with its corresponding currency.
{ "amount": 50000, "currency_code": "USD" }1An array of optional features or characteristics of the product variant that can be selected by the customer.
The logistics information for the product variant such as code classification, shipping, and cost.
Success