GET
/
api
/
product

Authorizations

CLIENT-ID
string
header
required
API-KEY
string
header
required
API-PASSWORD
string
header
required

Query Parameters

product_id
integer
required

Response

200 - application/json
additional_images
object[]

An array of URLs of the additional images for the product. This might be empty depending on the product.

attributes
object[]

Only available for variable products. An array of attribute details connected to the product.

digital_physical
string

Determine if the product is a Physical product or Digital product. This will either be physical or digital.

A full URL of the main product image

price
string

Only available for simple products. This will be the price of the product

price_currency
string

Only available for simple products. This will be the currency that the price is in

product_description
string

Full description of the product.

product_id
integer

The product id used to identify the product on our site.

product_name
string

Full name of the product.

product_short_description
string

The short description of the product used to store important information about the product.

product_sku
string

The SKU of the product.

product_type
string

Determine if the product is a simple product or variable product with variable meaning that it has variations. This will either be simple or variable

product_vendor
object[]

An array of vendor details.

shipping_cost
string

The cost of shipping this item

shipping_details
object[]

An array of shipping details.

stock_qty
string

The total amount of stock available

stock_status
string

The stock status of the product and if it is in stock or not. Values can be either in_stock or out_of_stock

track_inventory
string

Will either be Y or N on if we track the inventory for this product

variations
object[]

Only available for variable products. An array of variations and prices connected to the product.