Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.38 KB

UpdateItemRequest.md

File metadata and controls

20 lines (16 loc) · 1.38 KB

ShipmondoApi.Dotnet.Model.UpdateItemRequest

Properties

Name Type Description Notes
Name string Name of the item. [optional]
VariantCode string Variant code of the item. [optional]
Barcode string Barcode of the item. Used when scanning item for pick. [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]
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]