Docs
Management API
Order Shipping Addresses

Order Shipping Addresses

Get Order Shipping Addresses

GET /orders/{order_id}/shipping_addresses

Request

Get all shipping addresses on an order using the order_id.

Returned in the response is shipping_quotes object. Please use the Get Shipping Quotes Endpoint. Using the response will return a 204 for the shipping quote.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string

example

Response

Body

array | application/json

    response

    Get a Shipping Address

    GET /orders/{order_id}/shipping_addresses/{id}

    Request

    Gets a shipping address associated with an order.

    Returned in the response is shipping_quotes object. Please use the Get Shipping Quotes Endpoint. Using the response will return a 204 for the shipping quote.

    Authentication

    • X-Auth-Token in header
      required

    Parameters

    • store_hash in path - string
    • id in path - string
      required

      Shipping address ID.

    example

    Response

    Body

    application/json

    response

    Update a Shipping Address

    PUT /orders/{order_id}/shipping_addresses/{id}

    Request

    Update a shipping address associated with an order.

    Note: Updating a shipping address will NOT trigger the recalculation of shipping cost and tax

    Authentication

    • X-Auth-Token in header
      required

    Parameters

    • store_hash in path - string
    • id in path - string
      required

      Shipping address ID.

    Body

    application/json

    application/json

    Response

    OK

    Body

    application/json

    response

    Did you find what you were looking for?