Ordoro · Example Payload

Ordoro Post V3 Account Add_Funds

Add funds to postage account

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Ordoro Post V3 Account Add_Funds 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": "Add funds to postage account",
  "method": "POST",
  "path": "/v3/account/add_funds",
  "contentType": "application/json",
  "example": {
    "example": {
      "value": {
        "amount": 42,
        "description": "add funds for postage, low balance"
      }
    }
  }
}