UpdateASNInput
Autogenerated input type of UpdateASN
input UpdateASNInput {
asnId: ID!
asnItems: [ASNItemInput!]
asnType: ASNTypeEnum
carrierType: ASNCarrierTypeEnum
clientMutationId: String
expectedArrivalDate: ISO8601Date
poNumber: String
shipDate: ISO8601Date
shippingCarrierService: String
trackingNumber: String
warehouseId: ID
}
Fields
UpdateASNInput.asnId
● ID!
non-null scalar
The ID of the ASN to update.
UpdateASNInput.asnItems
● [ASNItemInput!]
list input
The items for the ASN. If you want to remove an item, set the
delete
field totrue
.
UpdateASNInput.asnType
● ASNTypeEnum
enum
The type of ASN.
UpdateASNInput.carrierType
● ASNCarrierTypeEnum
enum
The carrier type for the ASN.
UpdateASNInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateASNInput.expectedArrivalDate
● ISO8601Date
scalar
The expected arrival date for the ASN.
UpdateASNInput.poNumber
● String
scalar
The PO number for the ASN.
UpdateASNInput.shipDate
● ISO8601Date
scalar
The ship date for the ASN.
UpdateASNInput.shippingCarrierService
● String
scalar
The shipping carrier service for the ASN.
UpdateASNInput.trackingNumber
● String
scalar
The tracking number for the ASN. This tracking number must be unique in the brand context.
UpdateASNInput.warehouseId
● ID
scalar
The destination warehouse ID for the ASN.
Member Of
updateAsn
mutation