Skip to main content

UpdateFulfillmentItemCostsInput

Autogenerated input type of UpdateFulfillmentItemCosts

input UpdateFulfillmentItemCostsInput {
clientMutationId: String
fulfillmentId: ID!
fulfillmentItemId: ID!
supplierUnitCost: Decimal
}

Fields

UpdateFulfillmentItemCostsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateFulfillmentItemCostsInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment the item belongs to.

UpdateFulfillmentItemCostsInput.fulfillmentItemId ● ID! non-null scalar common

The ID of the fulfillment item to update.

UpdateFulfillmentItemCostsInput.supplierUnitCost ● Decimal scalar common

The supplier unit cost for this line item. Pass null to clear it.

Member Of

updateFulfillmentItemCosts mutation