Skip to main content

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 common

ASNUpdateReceivingItemsPayload.asnItemIds ● [ID!]! non-null scalar common

ASNUpdateReceivingItemsPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ASNUpdateReceivingItemsPayload.message ● String! non-null scalar common

ASNUpdateReceivingItemsPayload.result ● StatusResultEnum! non-null enum common

Returned By

asnUpdateReceivingItems mutation