CreateShipmentMethodInput
Input for the createShipmentMethod mutation.
input CreateShipmentMethodInput {
baseFees: Int!
description: String!
externalReference: String!
feesPerItem: Int!
feesPerKg: Int!
name: String!
}
Fields
CreateShipmentMethodInput.baseFees
● Int!
non-null scalar
The base fees for the shipment method.
CreateShipmentMethodInput.description
● String!
non-null scalar
The description of the shipment method.
CreateShipmentMethodInput.externalReference
● String!
non-null scalar
The reference of the shipment method used by the external shipment provider.
CreateShipmentMethodInput.feesPerItem
● Int!
non-null scalar
The fees per item for the shipment method.
CreateShipmentMethodInput.feesPerKg
● Int!
non-null scalar
The fees per kg for the shipment method.
CreateShipmentMethodInput.name
● String!
non-null scalar
The name of the shipment method.
Member Of
createShipmentMethod
mutation