Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.41 KB

ShippingRequestOptions.md

File metadata and controls

65 lines (38 loc) · 1.41 KB

@bigcommerce/checkout-sdk / ShippingRequestOptions

Interface: ShippingRequestOptions<T>

A set of options for configuring any requests related to the shipping step of the current checkout flow.

Some payment methods have their own shipping configuration flow. Therefore, you need to specify the method you intend to use if you want to trigger a specific flow for setting the shipping address or option. Otherwise, these options are not required.

Type parameters

Name Type
T {}

Hierarchy

Table of contents

Properties

Properties

methodId

Optional methodId: string


params

Optional params: T

The parameters of the request, if required.

Inherited from

RequestOptions.params


timeout

Optional timeout: default

Provide this option if you want to cancel or time out the request. If the timeout object completes before the request, the request will be cancelled.

Inherited from

RequestOptions.timeout