Skip to main content

Update Order Address

PATCH 

/orders/:lookupKey/:lookupValue/addresses/:addressId

Use this endpoint to update an order address. The address is identified by id.

Request

Path Parameters

    lookupKey stringrequired

    Use id or externalId

    lookupValue stringrequired

    The id or externalId of the order

    addressId stringrequired

    Address Id

Body

    postalCode string

Responses

Update Order Address - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    id number
    postalCode string
    messages string[]
    total number
Loading...