Ordoro · Example Payload

Ordoro Put V3 Order Order_Number

Update an Order's information

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Ordoro Put V3 Order Order_Number 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 information",
  "method": "PUT",
  "path": "/v3/order/{order_number}",
  "contentType": "application/json",
  "example": {
    "example": {
      "value": {
        "weight": 10.5
      }
    }
  }
}