All the fields of data returned as part of the product array.

FieldDescription
product_idThe product id used to identify the product on our site. You use this value as the ID in the GET/api/product/:id method.
product_skuThe SKU of the product
product_nameFull name of the product
product_descriptionFull description of the product
product_short_descriptionThe short description of the product used to store important information about the product
product_typeDetermine if the product is a simple product or variable product with variable meaning that it has variations. This will either be simple or variable
digital_physicalDetermine if the product is a Physical product or Digital product. This will either be physical or digital
priceOnly available for simple products.
This will be the price of the product
price_currencyOnly available for simple products.
This will be the currency that the price is in
attributesOnly available for variable products.
An array of attribute details connected to the product. You can find more information about the information contained in this value here
variationsOnly available for variable products.
An array of variations and prices connected to the product. You can find more information about the information contained in this value here
track_inventoryWill either be Y or N on if we track the inventory for this product
stock_statusThe stock status of the product and if it is in stock or not. Values can be either in_stock or out_of_stock
stock_qtyThe total amount of stock available
featured_imageA full URL of the main product image
additional_imagesAn array of URLs of the additional images for the product. This might be empty depending on the product.
product_vendorAn array of vendor details. You can find more information about the information contained in this value here
shipping_costThe cost of shipping this item.
shipping_detailsAn array of shipping details. You can find more information about the information contained in this value here