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
OrderBulkCreateDeliveryMethodInput.warehouseId ● ID scalar miscellaneous
The ID of the warehouse.
OrderBulkCreateDeliveryMethodInput.warehouseName ● String scalar miscellaneous
The name of the warehouse.
OrderBulkCreateDeliveryMethodInput.shippingMethodId ● ID scalar miscellaneous
The ID of the shipping method.
OrderBulkCreateDeliveryMethodInput.shippingMethodName ● String scalar miscellaneous
The name of the shipping method.
OrderBulkCreateDeliveryMethodInput.shippingPrice ● TaxedMoneyInput input orders
The price of the shipping.
OrderBulkCreateDeliveryMethodInput.shippingTaxRate ● PositiveDecimal scalar miscellaneous
Tax rate of the shipping.
OrderBulkCreateDeliveryMethodInput.shippingTaxClassId ● ID scalar miscellaneous
The ID of the tax class.
OrderBulkCreateDeliveryMethodInput.shippingTaxClassName ● String scalar miscellaneous
The name of the tax class.
OrderBulkCreateDeliveryMethodInput.shippingTaxClassMetadata ● [MetadataInput!] list input miscellaneous
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.
OrderBulkCreateDeliveryMethodInput.shippingTaxClassPrivateMetadata ● [MetadataInput!] list input miscellaneous
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