Skip to main content
Version: 3.x

OrderBulkCreateDeliveryMethodInput

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

OrderBulkCreateDeliveryMethodInput.warehouseId ● ID scalar

The ID of the warehouse.

OrderBulkCreateDeliveryMethodInput.warehouseName ● String scalar

The name of the warehouse.

OrderBulkCreateDeliveryMethodInput.shippingMethodId ● ID scalar

The ID of the shipping method.

OrderBulkCreateDeliveryMethodInput.shippingMethodName ● String scalar

The name of the shipping method.

OrderBulkCreateDeliveryMethodInput.shippingPrice ● TaxedMoneyInput input

The price of the shipping.

OrderBulkCreateDeliveryMethodInput.shippingTaxRate ● PositiveDecimal scalar

Tax rate of the shipping.

OrderBulkCreateDeliveryMethodInput.shippingTaxClassId ● ID scalar

The ID of the tax class.

OrderBulkCreateDeliveryMethodInput.shippingTaxClassName ● String scalar

The name of the tax class.

OrderBulkCreateDeliveryMethodInput.shippingTaxClassMetadata ● [MetadataInput!] list input

Metadata of the tax class.

OrderBulkCreateDeliveryMethodInput.shippingTaxClassPrivateMetadata ● [MetadataInput!] list input

Private metadata of the tax class.

Member of

OrderBulkCreateInput input


Was this page helpful?