Adding support for customer group pricing
Sending the product metadata
[
{
...
...
"variation_id": "GENERAL",
"variations": {
"LOYAL": {
"price_currency_code": "USD",
"availability": "InStock",
"price": 12.00,
"list_price": 15.67
}
},
...
...
}
]'Do child-products (SKUs) support customer groups?
What about the prices in the cart and the order tagging?
Specifying the active variation
Enabling multi-variants from the admin

Reviewing your changes

Last updated
Was this helpful?