ASNUpdateReceivingItemsPayload
Autogenerated return type of ASNUpdateReceivingItems.
type ASNUpdateReceivingItemsPayload {
asnId: ID!
asnItemIds: [ID!]!
clientMutationId: String
message: String!
result: StatusResultEnum!
}
Fields
ASNUpdateReceivingItemsPayload.asnId
● ID!
non-null scalar
ASNUpdateReceivingItemsPayload.asnItemIds
● [ID!]!
non-null scalar
ASNUpdateReceivingItemsPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
ASNUpdateReceivingItemsPayload.message
● String!
non-null scalar
ASNUpdateReceivingItemsPayload.result
● StatusResultEnum!
non-null enum
Returned By
asnUpdateReceivingItems
mutation