GetShipmentInput
Autogenerated input type of GetShipment
input GetShipmentInput {
brandId: ID @deprecated
clientMutationId: String
orderId: ID!
}
Fields
GetShipmentInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming an only-product attribute. If provided, it will be ignored.
GetShipmentInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
GetShipmentInput.orderId ● ID! non-null scalar common
Member Of
getShipment mutation