Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.65 KB

Item.md

File metadata and controls

23 lines (19 loc) · 1.65 KB

ShipmondoApi.Dotnet.Model.Item

Properties

Name Type Description Notes
Id int Unique identifier of the object. [optional]
Sku string SKU (stock keeping unit). Must be unique for every item, including variants. [optional]
Name string Name of the item. [optional]
VariantCode string Variant code of the item. [optional]
Barcode string Barcode of the item, which is used when scanning item for pick. Will be displayed as a code 128 barcode [optional]
Bin string The bin/location where the item is located in the warehouse. [optional]
Weight int Weight of the item in grams. [optional]
ImageUrl string Image URL of the item that appears on the order or when picking. Will only be displayed if the URL is HTTPS. [optional]
CountryCodeOfOrigin string ISO 3166-1 alpha-2 country code of origin. [optional]
CurrencyCode string ISO 4217 currency code. [optional]
CustomsCommodityCode string Tariff code for the item. Used when creating shipments that require customs declaration. [optional]
CustomsDescription string Customs description for the item. Used when creating shipments that require customs declaration. [optional]
Shop string Origin shop of the item. [optional]
Virtual bool Describes if the item is a virtual item. [optional] [default to false]

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