Skip to content

Latest commit

History

History
16 lines (11 loc) · 849 Bytes

File metadata and controls

16 lines (11 loc) · 849 Bytes

ProductCreate

Properties

NameTypeDescriptionNotes
namestrName of product
descriptionstrThe description of the product
priceintPrice should be in kobo if currency is NGN, pesewas, if currency is GHS, and cents, if currency is ZAR
currencystrCurrency in which price is set. Allowed values are: NGN, GHS, ZAR or USD
limitedboolSet to true if the product has limited stock. Leave as false if the product has unlimited stock[optional]
quantityintNumber of products in stock. Use if limited is true[optional]

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