UpdateFulfillmentEnrichmentDetailsInput
Autogenerated input type of UpdateFulfillmentEnrichmentDetails
input UpdateFulfillmentEnrichmentDetailsInput {
brandId: ID @deprecated
clientMutationId: String
destDistributionCenterId: String
destStoreId: String
fulfillmentId: ID!
orderId: ID!
weightBreak: Int
}
Fields
UpdateFulfillmentEnrichmentDetailsInput.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.
UpdateFulfillmentEnrichmentDetailsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateFulfillmentEnrichmentDetailsInput.destDistributionCenterId ● String scalar common
Destination distribution center identifier. Pass null to clear.
UpdateFulfillmentEnrichmentDetailsInput.destStoreId ● String scalar common
Destination store identifier. Pass null to clear.
UpdateFulfillmentEnrichmentDetailsInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to update.
UpdateFulfillmentEnrichmentDetailsInput.orderId ● ID! non-null scalar common
The ID of the order the fulfillment belongs to.
UpdateFulfillmentEnrichmentDetailsInput.weightBreak ● Int scalar common
Weight break bucket. Pass null to clear.
Member Of
updateFulfillmentEnrichmentDetails mutation