Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.12 KB

ProductModelsWriteProductItem.md

File metadata and controls

20 lines (16 loc) · 1.12 KB

ProductModelsWriteProductItem

Properties

Name Type Description Notes
itemId Int Id of the product item. [optional]
articleNumber String The article number for the product item. [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]
active Bool The current state of the item. [optional]
externalId String External Id of the product item. [optional]

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