Skip to main content

@dialstack/sdk-dev / server/src / ShippingQuoteOption

Interface: ShippingQuoteOption

Defined in: sdk/server/src/index.ts:1910

One carrier service on a ShippingQuote.

Properties

amount_cents

TypeScript
amount_cents: number;

Defined in: sdk/server/src/index.ts:1917

What this service costs, in USD cents.


carrier

TypeScript
carrier: string;

Defined in: sdk/server/src/index.ts:1911


description?

TypeScript
optional description?: string;

Defined in: sdk/server/src/index.ts:1915

The service in words. Absent for a service with no known name.


estimated_delivery?

TypeScript
optional estimated_delivery?: string;

Defined in: sdk/server/src/index.ts:1919

The distributor's delivery estimate, verbatim. Free text, not a date.


shipping_method

TypeScript
shipping_method: string;

Defined in: sdk/server/src/index.ts:1913

Service code to pass back as shipping_method when choosing this option.