Interface ShippingMethod

Hierarchy

Properties

countries: ShippingCountry[]
deletable: boolean
id: string
integration_key?: string
is_block_list_countries: boolean

Indicates, if the countries list is a block list or an allow list

is_block_list_products: boolean

Indicates, if the products and productSets lists are a block list or an allow list

logo: null | CdnMedia
metadata: Metadata
metadata_private?: Metadata
name: string
payment_methods: PaymentMethod[]
payment_on_delivery: boolean

If true, then this shipping method cannot have any payment_methods, because payment will be made on delivery

price_ranges: ShippingMethodPriceRange[]
prices: Price[]
product_ids: string[]

Products that can or cannot be sent via this shipping method

product_set_ids: string[]

ProductsSets that products can or cannot be sent via this shipping method

public: boolean
shipping_points: Address[]
shipping_time_max: number
shipping_time_min: number
shipping_type: ShippingType

Generated using TypeDoc