Skip to main content

GetShipmentInput

Autogenerated input type of GetShipment

input GetShipmentInput {
clientMutationId: String
fulfillmentId: ID!
orderId: ID!
}

Fields

GetShipmentInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

GetShipmentInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment to fetch shipment data for.

GetShipmentInput.orderId ● ID! non-null scalar common

The ID of the V2 order.

Member Of

getShipment mutation