Variant
Manage product variants (SKUs) including price, inventory, and attributes.
A variant represents a specific SKU under a product, distinguished by options such as size or color, and carries its own price, inventory, and identifiers.
Provides endpoints to create, retrieve, update, list, delete, and count variants under a product, as well as update and list variants by SKU.
List variants
Retrieve a list of all variants for a specific product.
Create variant
Create a new product variant with the specified details.
Get variant
Retrieve a product variant by its ID.
Update variant
Update an existing product variant with the provided details.
Delete variant
Delete a product variant by its ID.
Count variants
Count the number of variants for a specific product.
Update variant by SKU
Update a product variant by its SKU.
List variants by SKU
Retrieve a list of all variants for a specific SKU.