Skip to main content

OrderBulkCreateDeliveryMethodInput Input Type

No description

input OrderBulkCreateDeliveryMethodInput {
warehouseId: ID
warehouseName: String
shippingMethodId: ID
shippingMethodName: String
shippingPrice: TaxedMoneyInput
shippingTaxRate: PositiveDecimal
shippingTaxClassId: ID
shippingTaxClassName: String
shippingTaxClassMetadata: [MetadataInput!]
shippingTaxClassPrivateMetadata: [MetadataInput!]
}

Fields

warehouseId ● ID

The ID of the warehouse.

warehouseName ● String

The name of the warehouse.

shippingMethodId ● ID

The ID of the shipping method.

shippingMethodName ● String

The name of the shipping method.

shippingPrice ● TaxedMoneyInput

The price of the shipping.

shippingTaxRate ● PositiveDecimal

Tax rate of the shipping.

shippingTaxClassId ● ID

The ID of the tax class.

shippingTaxClassName ● String

The name of the tax class.

shippingTaxClassMetadata ● [MetadataInput!]

Metadata of the tax class. Can be read by any API client authorized to read the object it's attached to.

Warning: never store sensitive information, including financial data such as credit card details.

shippingTaxClassPrivateMetadata ● [MetadataInput!]

Private metadata of the tax class. Requires permissions to modify and to read the metadata of the object it's attached to.

Warning: never store sensitive information, including financial data such as credit card details.

Member Of

OrderBulkCreateInput input