MarkFulfillmentFulfilledInput
Autogenerated input type of MarkFulfillmentFulfilled
input MarkFulfillmentFulfilledInput {
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
MarkFulfillmentFulfilledInput.carrierId ● ID scalar common
The ID of the carrier.
MarkFulfillmentFulfilledInput.carrierServiceId ● ID scalar common
The ID of the carrier service.
MarkFulfillmentFulfilledInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
MarkFulfillmentFulfilledInput.cost ● Float scalar common
The cost of the shipment.
MarkFulfillmentFulfilledInput.externalCarrierCode ● String scalar common
External carrier code from the integration.
MarkFulfillmentFulfilledInput.externalId ● String scalar common
External system reference ID returned from the fulfillment integration.
MarkFulfillmentFulfilledInput.externalServiceCode ● String scalar common
External service code from the integration.
MarkFulfillmentFulfilledInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to mark as fulfilled. The fulfillment must be in 'in_progress' state.
MarkFulfillmentFulfilledInput.height ● Float scalar common
The height of the shipment.
MarkFulfillmentFulfilledInput.length ● Float scalar common
The length of the shipment.
MarkFulfillmentFulfilledInput.metadata ● JSON scalar common
The metadata that is part of the shipment. This metadata can be used to store additional information about the shipment.
MarkFulfillmentFulfilledInput.orderId ● ID! non-null scalar common
The ID of the order the fulfillment belongs to.
MarkFulfillmentFulfilledInput.packageType ● String scalar common
The type of package.
MarkFulfillmentFulfilledInput.shippedDate ● ISO8601DateTime! non-null scalar common
The date when the shipment was shipped.
MarkFulfillmentFulfilledInput.trackingNumber ● String! non-null scalar common
The tracking number for the shipment.
MarkFulfillmentFulfilledInput.trackingUrl ● String scalar common
The tracking URL for the shipment.
MarkFulfillmentFulfilledInput.warehouseId ● ID! non-null scalar common
The ID of the warehouse where the fulfillment is processed.
MarkFulfillmentFulfilledInput.weight ● Float scalar common
The weight of the shipment.
MarkFulfillmentFulfilledInput.width ● Float scalar common
The width of the shipment.
Member Of
markFulfillmentFulfilled mutation