Ordoro · Example Payload

Ordoro Put V3 Order Order_Number Line Order_Line_Id

Update an Order Line

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Ordoro Put V3 Order Order_Number Line Order_Line_Id 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 Line",
  "method": "PUT",
  "path": "/v3/order/{order_number}/line/{order_line_id}",
  "contentType": "application/json",
  "example": {
    "example": {
      "value": {
        "quantity": 3,
        "item_price": 3.5,
        "details": "Size:Small"
      }
    }
  }
}