Skip to content

Latest commit

 

History

History
108 lines (64 loc) · 2.85 KB

ShippingInitializeOptions.md

File metadata and controls

108 lines (64 loc) · 2.85 KB

@bigcommerce/checkout-sdk / ShippingInitializeOptions

Interface: ShippingInitializeOptions<T>

A set of options that are required to initialize the shipping step of the current checkout flow.

Some payment methods have specific requirements for setting the shipping details for checkout. For example, Amazon Pay requires the customer to enter their shipping address using their address book widget. As a result, you may need to provide additional information in order to initialize the shipping step of checkout.

Type parameters

Name Type
T {}

Hierarchy

Table of contents

Properties

Properties

amazonpay

Optional amazonpay: AmazonPayV2ShippingInitializeOptions

The options that are required to initialize the shipping step of checkout when using AmazonPayV2.


braintreefastlane

Optional braintreefastlane: BraintreeFastlaneShippingInitializeOptions

The options that are required to initialize the shipping step of checkout when using Braintree Fastlane.


methodId

Optional methodId: string

Inherited from

ShippingRequestOptions.methodId


params

Optional params: T

The parameters of the request, if required.

Inherited from

ShippingRequestOptions.params


paypalcommercefastlane

Optional paypalcommercefastlane: PayPalCommerceFastlaneShippingInitializeOptions

The options that are required to initialize the shipping step of checkout when using PayPal Commerce Fastlane.


stripeupe

Optional stripeupe: StripeUPEShippingInitializeOptions

The options that are required to initialize the shipping step of checkout when using Stripe Upe Link.


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

ShippingRequestOptions.timeout