Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 689 Bytes

ProductVariation.md

File metadata and controls

12 lines (9 loc) · 689 Bytes

# ProductVariation

Properties

Name Type Description Notes
id float The ID of the product variation [optional]
name string The name of the product variation [optional]
product_id int The ID of the product [optional]
prices object[] Array of objects, each containing: product_variation_id (number), currency (string), price (number), cost (number), direct_cost (number) , notes (string) [optional]

[Back to Model list] [Back to API list] [Back to README]