Item unit price before multiplying by quantity. Example: if you have 2 items that cost $5 each, the amount is 5, not 10. If not provide the totalAmount is required.
This value coordinates with the amount. Example: if you have 2 items that cost $5 each, then you would put a quantity of 2 and an amount of 5. amount: 5 quantity: 2 total = amount * quantity = 10 OR amount: 10 quantity: 1 total = amount * quantity = 10
Input.
ItemCreateWorkflowInput
Input to create a new Item.
Fields
advertisedDescription
String
Item, distinct from the customs or internal description.amount
Decimal
Itemunit price before multiplying by quantity. Example: if you have 2 items that cost $5 each, the amount is 5, not 10. If not provide the totalAmount is required.attributes
[ItemAttributeInput]
Itemattributes.categories
[String!]
ItemcountryOfOrigin
CountryCode
Itemoriginates.currencyCode
CurrencyCode!
Required
Itemprice amount is in.customsDescription
String
Item.description
String
Item.dutyTaxFeeConfiguration
DutyTaxFeeConfiguration
gtin
String
Item.hsCode
String
Item.hsCodeSource
ItemValueSource
Item.imageUrl
String
Item.itemType
ItemType
manufacturerParty
ItemManufacturerPartyCreateInput
Partyassociated with thisItem.marketplace
ItemMarketplaceInput
Itemis sold.measurements
[ItemMeasurementInput]
Itemweights and dimensions.metadata
[ItemMetadataInput]
name
String
Item.packingConfiguration
PackingConfigurationInput
CatalogItemproductComposition
[ItemCompositionInput!]
productId
String
Itemproduct ID.productListingUrl
String
provinceOfOrigin
String
Itemoriginates. Required by some countries.quantity
Int!
Required
reverseAmountDetail
ItemReverseAmountDetailInput
securityScreeningReportNumber
String
Item.sku
String
Item.totalAmount
Decimal
amountwill be computed from the totalAmount / quantity.Related user guides