Attributes
- idstring
Unique identifier for the object.
- countryenum
The country in which this Shipping Method is available.
Possible enum valuesAD
AE
AF
AG
AI
AL
AM
AO
AQ
AR
Show 239 more - estimated_
delivery_ windowobject The estimated delivery period containing the estimated minimum and maximum delivery dates. These dates are not guaranteed.
- estimated_delivery_window.
maximum_ datestring Maximum estimated delivery date in ISO 8601 format.
- estimated_delivery_window.
minimum_ datestring Minimum estimated delivery date in ISO 8601 format.
- nameenum
The name of the Terminal Hardware Shipping Method.
Possible enum valuesexpress
Express
priority
Priority
standard
Standard
More attributes
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- providernullable enum
The provider associated with this ShippingMethod.
Possible enum valuesstripe
The Stripe provider
- statusenum
The Shipping Method’s status.
Possible enum valuesavailable
Available for new orders.
unavailable
Can no longer be used for order creation.
- nullable integer
A UNIX timestamp, after which time this Shipping Method has a status of
unavailable
and it can’t be used for order creation. If absent, we have no plans to make this Shipping Method unavailable.
{ "id": "thsm_MfuTjLaPEgXMa4", "object": "terminal.hardware_shipping_method", "country": "US", "estimated_delivery_window": { "maximum_date": "2023-10-03", "minimum_date": "2023-10-03" }, "name": "standard", "status": "available", "unavailable_after": null}