DocumentationTypesInterfaces

Shipping Select

amerta


amerta / payload-types / ShippingSelect

Interface: ShippingSelect<T>

Defined in: payload-types.ts:4888

This interface was referenced by Config's JSON-Schema via the definition "shipping_select".

Type Parameters

| Type Parameter | Default type | | ------ | ------ | | T extends boolean | true |

Properties

active?

optional active: T

Defined in: payload-types.ts:4912


citiesType?

optional citiesType: T

Defined in: payload-types.ts:4893


cost?

optional cost: T

Defined in: payload-types.ts:4906


country?

optional country: T

Defined in: payload-types.ts:4892


createdAt?

optional createdAt: T

Defined in: payload-types.ts:4915


description?

optional description: T

Defined in: payload-types.ts:4891


estimatedDaysMax?

optional estimatedDaysMax: T

Defined in: payload-types.ts:4908


estimatedDaysMin?

optional estimatedDaysMin: T

Defined in: payload-types.ts:4907


freeThreshold?

optional freeThreshold: T

Defined in: payload-types.ts:4911


label?

optional label: T

Defined in: payload-types.ts:4890


name?

optional name: T

Defined in: payload-types.ts:4889


salesChannel?

optional salesChannel: T

Defined in: payload-types.ts:4913


sortOrder?

optional sortOrder: T

Defined in: payload-types.ts:4914


specificCities?

optional specificCities: T | { active?: T; city?: T; code?: T; cost?: T; estimatedDaysMax?: T; estimatedDaysMin?: T; freeThreshold?: T; id?: T; }

Defined in: payload-types.ts:4894


taxable?

optional taxable: T

Defined in: payload-types.ts:4909


taxRate?

optional taxRate: T

Defined in: payload-types.ts:4910


updatedAt?

optional updatedAt: T

Defined in: payload-types.ts:4916