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

Name Type Description Notes
name str Name of product
description str The description of the product
price int Price should be in kobo if currency is NGN, pesewas, if currency is GHS, and cents, if currency is ZAR
currency str Currency in which price is set. Allowed values are: NGN, GHS, ZAR or USD
limited bool Set to true if the product has limited stock. Leave as false if the product has unlimited stock [optional]
quantity int Number of products in stock. Use if limited is true [optional]

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