Skip to main content

UpdateFulfillmentCostsInput

Autogenerated input type of UpdateFulfillmentCosts

input UpdateFulfillmentCostsInput {
clientMutationId: String
fulfillmentId: ID!
supplierOtherFees: Decimal
supplierOtherFeesNote: String
supplierShippingCost: Decimal
}

Fields

UpdateFulfillmentCostsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateFulfillmentCostsInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment to update.

UpdateFulfillmentCostsInput.supplierOtherFees ● Decimal scalar common

Other fees charged by the supplier. Pass null to clear it.

UpdateFulfillmentCostsInput.supplierOtherFeesNote ● String scalar common

A free-text note describing supplier other fees. Pass null to clear it.

UpdateFulfillmentCostsInput.supplierShippingCost ● Decimal scalar common

The supplier's shipping/freight charge. Pass null to clear it.

Member Of

updateFulfillmentCosts mutation