The Terminal Hardware Shipping Method object Preview

Terminal
Terminal Hardware Shipping Method
The Terminal Hardware Shipping Method object

Attributes

  • idstring

    Unique identifier for the object.

  • countryenum

    The country in which this Shipping Method is available.

    Possible enum values
    AD
    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 values
    express

    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 values
    stripe

    The Stripe provider

  • statusenum

    The Shipping Method’s status.

    Possible enum values
    available

    Available for new orders.

    unavailable

    Can no longer be used for order creation.

  • unavailable_afternullable 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.

The Terminal Hardware Shipping Method object
{
"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
}