Skip to main content

MarkFulfillmentShippedInput

Autogenerated input type of MarkFulfillmentShipped

input MarkFulfillmentShippedInput {
brandId: ID
carrierId: ID
carrierServiceId: ID
clientMutationId: String
cost: Float
externalCarrierCode: String
externalId: String
externalServiceCode: String
fulfillmentId: ID!
fulfillmentIntegrationId: ID!
height: Float
length: Float
metadata: JSON
orderId: ID!
packageType: String
shipmentId: ID!
shippedDate: ISO8601DateTime!
trackingNumber: String!
trackingUrl: String
warehouseId: ID!
weight: Float
width: Float
}

Fields

MarkFulfillmentShippedInput.brandId ● ID scalar

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

The ID of the carrier.

MarkFulfillmentShippedInput.carrierServiceId ● ID scalar

The ID of the carrier service.

MarkFulfillmentShippedInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

MarkFulfillmentShippedInput.cost ● Float scalar

The cost of the shipment.

MarkFulfillmentShippedInput.externalCarrierCode ● String scalar

External carrier code from the integration.

MarkFulfillmentShippedInput.externalId ● String scalar

External system reference ID returned from the fulfillment integration.

MarkFulfillmentShippedInput.externalServiceCode ● String scalar

External service code from the integration.

MarkFulfillmentShippedInput.fulfillmentId ● ID! non-null scalar

The ID of the fulfillment to mark as shipped. The fulfillment must be in 'sent' state.

MarkFulfillmentShippedInput.fulfillmentIntegrationId ● ID! non-null scalar

The ID of the fulfillment integration.

MarkFulfillmentShippedInput.height ● Float scalar

The height of the shipment.

MarkFulfillmentShippedInput.length ● Float scalar

The length of the shipment.

MarkFulfillmentShippedInput.metadata ● JSON scalar

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

The ID of the order the fulfillment belongs to.

MarkFulfillmentShippedInput.packageType ● String scalar

The type of package.

MarkFulfillmentShippedInput.shipmentId ● ID! non-null scalar

The ID of the shipment.

MarkFulfillmentShippedInput.shippedDate ● ISO8601DateTime! non-null scalar

The date when the shipment was shipped.

MarkFulfillmentShippedInput.trackingNumber ● String! non-null scalar

The tracking number for the shipment.

MarkFulfillmentShippedInput.trackingUrl ● String scalar

The tracking URL for the shipment.

MarkFulfillmentShippedInput.warehouseId ● ID! non-null scalar

The ID of the warehouse where the fulfillment is processed.

MarkFulfillmentShippedInput.weight ● Float scalar

The weight of the shipment.

MarkFulfillmentShippedInput.width ● Float scalar

The width of the shipment.

Member Of

markFulfillmentShipped mutation