Skip to main content

CreateFulfillmentsByRoutingStrategyInput

Autogenerated input type of CreateFulfillmentsByRoutingStrategy

input CreateFulfillmentsByRoutingStrategyInput {
brandId: ID
clientMutationId: String
orderId: ID!
}

Fields

CreateFulfillmentsByRoutingStrategyInput.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.

CreateFulfillmentsByRoutingStrategyInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateFulfillmentsByRoutingStrategyInput.orderId ● ID! non-null scalar

The ID of the order to create fulfillments for. The order must be in 'accepted' state.

Member Of

createFulfillmentsByRoutingStrategy mutation