Description

This endpoint is used to make a POST request to create a new product/item.

Request Body

  • name (text, required): Product name
  • selling_price (text, required): Product unit selling price
  • purchasing_price (text, required): Product unit purchasing price
  • sale_taxes (text, optional): Sale taxes
  • identifiers (text, optional): (Optional) -> Options: CM CODE, HS CODE, GTIN, LOIN CODE
  • product_type (text, required): Type of product (Options: service, sku, consumable)
  • categories (text, optional): Categories
  • packaging_unit (text, optional): Packaging unit
  • quantity_unit (text, optional): Quantity unit
  • country_of_origin (text, required): ISO code for the country of origin
  • purchase_taxes (text, optional): Purchase taxes
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!