Skip to main content

UpdateFulfillmentShippingInformationInput

Autogenerated input type of UpdateFulfillmentShippingInformation

input UpdateFulfillmentShippingInformationInput {
brandId: ID @deprecated
clearOverride: Boolean
clientMutationId: String
contactInformation: ContactInformationInput
fulfillmentId: ID!
orderId: ID!
shippingAddress: AddressInput
}

Fields

UpdateFulfillmentShippingInformationInput.brandId ● ID deprecated scalar common

DEPRECATED

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.

UpdateFulfillmentShippingInformationInput.clearOverride ● Boolean scalar common

When true, removes the per-fulfillment override and falls back to the order's shipping information. Cannot be combined with contact_information or shipping_address.

UpdateFulfillmentShippingInformationInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateFulfillmentShippingInformationInput.contactInformation ● ContactInformationInput input common

Contact information for the fulfillment shipping information.

UpdateFulfillmentShippingInformationInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment to update.

UpdateFulfillmentShippingInformationInput.orderId ● ID! non-null scalar common

The ID of the order the fulfillment belongs to.

UpdateFulfillmentShippingInformationInput.shippingAddress ● AddressInput input common

The shipping address override for this fulfillment.

Member Of

updateFulfillmentShippingInformation mutation