SetFulfillmentSupplierInput
Autogenerated input type of SetFulfillmentSupplier
input SetFulfillmentSupplierInput {
clientMutationId: String
fulfillmentId: ID!
supplierId: ID
updateItemCosts: Boolean
}
Fields
SetFulfillmentSupplierInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SetFulfillmentSupplierInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to update.
SetFulfillmentSupplierInput.supplierId ● ID scalar common
The supplier to assign. Pass null to remove the assigned supplier.
SetFulfillmentSupplierInput.updateItemCosts ● Boolean scalar common
Replace item costs from product dropship costs for the selected supplier.
Member Of
setFulfillmentSupplier mutation