Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.55 KB

shippingrequestoptions.md

File metadata and controls

59 lines (34 loc) · 1.55 KB

@bigcommerce/checkout-sdkShippingRequestOptions

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

T

Hierarchy

Index

Properties

Properties

Optional methodId

methodId? : undefined | string


Optional params

params? : TParams

Inherited from CheckoutButtonInitializeOptions.params

The parameters of the request, if required.


Optional timeout

timeout? : Timeout

Inherited from CheckoutButtonInitializeOptions.timeout

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.