Ordoro · Example Payload

Ordoro Put V3 Order Order_Number Billing_Address

Update an Order's Billing Address

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Ordoro Put V3 Order Order_Number Billing_Address is an example object payload from Ordoro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionmethodpathcontentTypeexample

Example Payload

Raw ↑
{
  "description": "Update an Order's Billing Address",
  "method": "PUT",
  "path": "/v3/order/{order_number}/billing_address",
  "contentType": "application/json",
  "example": {
    "example": {
      "value": {
        "name": "Tommy Tutone",
        "zip": "00000"
      }
    }
  }
}