Interface ShippingMethodCreateDto

Hierarchy

Properties

app_id?: string
countries: string[]

List of the Country.code's

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_id?: null | string

Media ID of the logo

metadata_private?: MetadataCreateDto
name: string
payment_methods: string[]
payment_on_delivery: boolean

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

This field must include ranges for each of existing currencies

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