Skip to content

Latest commit

History

History
16 lines (11 loc) · 893 Bytes

File metadata and controls

16 lines (11 loc) · 893 Bytes

ProductUpdate

Properties

NameTypeDescriptionNotes
namestrName of product[optional]
descriptionstrThe description of the product[optional]
priceintPrice should be in kobo if currency is NGN, pesewas, if currency is GHS, and cents, if currency is ZAR[optional]
currencystrCurrency in which price is set. Allowed values are: NGN, GHS, ZAR or USD[optional]
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]