Commerce Products

The Products object

From the Products endpoint, you can retrieve a list of all products for a specified business.

FieldTypeDescription
id
sortable, filterable
string Unique identifier of the product.
type
sortable, filterable
stringRetail category that the product is assigned to.
name
filterable
stringName of the Product.
descriptionstringDescription of the product in the commerce platform.
productVariants arrayAn array of product variants.
createdDate
sortable, filterable
string
See Date
Date the product was created in the commerce platform.
sourceModifiedDate
sortable, filterable
string
See Date
Date the product was las updated in the commerce platform.
status
sortable, filterable
stringStatus of product.
isGiftCard
filterable
stringIndicates if the product is a gift card.

Product Variants

FieldTypeDescription
id stringIdentifier of the product variant, unique to the company.
namestringName of the product in the commerce platform
isTaxEnabledbooleanWhether sales taxes are enabled for this product variant.
skustringstock keeping unit of the variant.
barcodeintegerStock keeping unit of the product variant.
weightobjectThe product weight
unitPricedecimalThe price of the product variant
inventoryarrayThe array of product inventory
isShippingRequiredboolean
createdDatestring
See Date
The Date the Variant was created

Inventory

FieldTypeDescription
totalQuantitydecimalThe total inventory available.
quantityPerLocationarrayThe product quantity per location

Quantity Per Location

FieldTypeDescription
quantitydecimalThe number of inventory available.
locationRefReference TypesLocation details.

Weight

FieldTypeDescription
valuedecimalThe weight of the product.
unitOfMeasurestringUnit of measure used to record the weight of the product.