UpdateShipmentCategoryCostsInput
Autogenerated input type of UpdateShipmentCategoryCosts
input UpdateShipmentCategoryCostsInput {
clientMutationId: String
dutiesCost: BigDecimal!
htsCodeId: ID!
shipmentId: ID!
}
Fields
UpdateShipmentCategoryCostsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateShipmentCategoryCostsInput.dutiesCost ● BigDecimal! non-null scalar
The total duties amount to distribute (e.g. 4000.00).
UpdateShipmentCategoryCostsInput.htsCodeId ● ID! non-null scalar
The ID of the SupplyShipmentHtsCode record.
UpdateShipmentCategoryCostsInput.shipmentId ● ID! non-null scalar
Member Of
supplyUpdateShipmentCategoryCosts mutation