Skip to content

Files

Latest commit

 

History

History
25 lines (21 loc) · 1.59 KB

ProductModelsReadProductItem.md

File metadata and controls

25 lines (21 loc) · 1.59 KB

ProductModelsReadProductItem

Properties

Name Type Description Notes
itemId Int The product item id. [optional]
articleNumber String The article number for the product item. [optional]
productId Int The id of the product that the item belongs to. [optional]
name String The name of the product item. [optional]
shelf String The shelf name where the product item can be found. [optional]
weight Int The weight of the item in grams (g). [optional]
length Int The length of the item in millimeters (mm). [optional]
width Int The width of the item in millimeters (mm). [optional]
height Int The height of the item in millimeters (mm). [optional]
gtin String The GTIN number for the item. [optional]
dateCreated Date The date the item was created. [optional]
dateUpdated Date The date the item was last updated. [optional]
active Bool The current state of the item. [optional]
externalId String External Id of the product item. [optional]
stock ProductModelsReadProductItemStock [optional]
shippingFees [ProductModelsReadShippingFee] The lowest shipping fees for each market and country for the product item. [optional]

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