Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 769 Bytes

ProductVariationRequestBody.md

File metadata and controls

10 lines (7 loc) · 769 Bytes

# ProductVariationRequestBody

Properties

Name Type Description Notes
name string The name of the product variation. The maximum length is 255 characters. [optional]
prices object[] Array of objects, each containing: currency (string), price (number), cost (number, optional), direct_cost (number, optional), notes (string, optional). When prices is omitted altogether, a default price of 0, a default cost of 0, a default direct_cost of 0 and the user's default currency will be assigned. [optional]

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