Skip to main content

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 common

The ID of the ASN to update.

UpdateASNInput.asnItems ● [ASNItemInput!] list input shipments

The items for the ASN. If you want to remove an item, set the delete field to true.

UpdateASNInput.asnType ● ASNTypeEnum enum shipments

The type of ASN.

UpdateASNInput.carrierType ● ASNCarrierTypeEnum enum shipments

The carrier type for the ASN.

UpdateASNInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateASNInput.expectedArrivalDate ● ISO8601Date scalar common

The expected arrival date for the ASN.

UpdateASNInput.poNumber ● String scalar common

The PO number for the ASN.

UpdateASNInput.shipDate ● ISO8601Date scalar common

The ship date for the ASN.

UpdateASNInput.shippingCarrierService ● String scalar common

The shipping carrier service for the ASN.

UpdateASNInput.trackingNumber ● String scalar common

The tracking number for the ASN. This tracking number must be unique in the brand context.

UpdateASNInput.warehouseId ● ID scalar common

The destination warehouse ID for the ASN.

Member Of

updateAsn mutation