MarkFulfillmentShippedInput
Autogenerated input type of MarkFulfillmentShipped
input MarkFulfillmentShippedInput {
brandId: ID @deprecated
carrierId: ID
carrierServiceId: ID
clientMutationId: String
cost: Float
externalCarrierCode: String
externalId: String
externalServiceCode: String
fulfillmentId: ID!
height: Float
length: Float
metadata: JSON
orderId: ID!
packageType: String
shippedDate: ISO8601DateTime!
trackingNumber: String!
trackingUrl: String
warehouseId: ID!
weight: Float
width: Float
}
Fields
MarkFulfillmentShippedInput.brandId ● ID deprecated scalar common
This argument will be removed in the future. Brand is becoming a product-only attribute. Order's company context will be used instead.
The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.
MarkFulfillmentShippedInput.carrierId ● ID scalar common
The ID of the carrier.
MarkFulfillmentShippedInput.carrierServiceId ● ID scalar common
The ID of the carrier service.
MarkFulfillmentShippedInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
MarkFulfillmentShippedInput.cost ● Float scalar common
The cost of the shipment.
MarkFulfillmentShippedInput.externalCarrierCode ● String scalar common
External carrier code from the integration.
MarkFulfillmentShippedInput.externalId ● String scalar common
External system reference ID returned from the fulfillment integration.
MarkFulfillmentShippedInput.externalServiceCode ● String scalar common
External service code from the integration.
MarkFulfillmentShippedInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to mark as shipped. The fulfillment must be in 'sent' state.
MarkFulfillmentShippedInput.height ● Float scalar common
The height of the shipment.
MarkFulfillmentShippedInput.length ● Float scalar common
The length of the shipment.
MarkFulfillmentShippedInput.metadata ● JSON scalar common
The metadata that is part of the shipment. This metadata can be used to store additional information about the shipment.
MarkFulfillmentShippedInput.orderId ● ID! non-null scalar common
The ID of the order the fulfillment belongs to.
MarkFulfillmentShippedInput.packageType ● String scalar common
The type of package.
MarkFulfillmentShippedInput.shippedDate ● ISO8601DateTime! non-null scalar common
The date when the shipment was shipped.
MarkFulfillmentShippedInput.trackingNumber ● String! non-null scalar common
The tracking number for the shipment.
MarkFulfillmentShippedInput.trackingUrl ● String scalar common
The tracking URL for the shipment.
MarkFulfillmentShippedInput.warehouseId ● ID! non-null scalar common
The ID of the warehouse where the fulfillment is processed.
MarkFulfillmentShippedInput.weight ● Float scalar common
The weight of the shipment.
MarkFulfillmentShippedInput.width ● Float scalar common
The width of the shipment.
Member Of
markFulfillmentShipped mutation