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
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.description
String
Item.dutyTaxFeeConfiguration
DutyTaxFeeConfiguration
hsCode
String
Item.hsCodeSource
ItemValueSource
Item.imageUrl
String
Item.itemType
ItemType
measurements
[ItemMeasurementInput]
Itemweights and dimensions.metadata
[ItemMetadataInput]
name
String
Item.productComposition
[ItemCompositionInput!]
productId
String
Itemproduct ID.provinceOfOrigin
String
Itemoriginates. Required by some countries.quantity
Int!
Required
reverseAmountDetail
ItemReverseAmountDetailInput
sku
String
Item.totalAmount
Decimal
amountwill be computed from the totalAmount / quantity.