1. PO
Onflow Open API
  • Getting Started
  • Status & Shipment Logic Overview
  • API
    • Config
      • Get Warehouse
      • Get Brand
      • Get Province
      • Get District
      • Get Ward
      • Upload file
    • Product
      • Create Product
      • Assign Product
      • Get Product List
      • Get Product Detail
      • Get Stock
      • Deactivate Product
    • PO
      • Create PO
        POST
      • Get PO List
        GET
      • Get PO Bill
        GET
      • Get PO Detail
        GET
      • Get PO Inspection Detail
        GET
      • Cancel PO
        PUT
    • Shipment
      • B2C Shipment
        • Create B2C Shipment
        • Get B2C Shipment List
        • Get B2C Shipment Detail
        • Cancel B2C Shipment
      • B2C Return shipment
        • Create Return B2C Shipment
        • Get Return B2C Shipment List
        • Get Return B2C Shipment Detail
        • Cancel Return B2C Shipment
  • Webhook
  1. PO

Get PO Bill

GET
/v1/purchase-orders/{po_code}/export-po-bill
This API is used to retrieve PO bill after PO creation.

Request

Path Params

Header Params

Responses

🟢200
application/json
Body

🟢200
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/purchase-orders//export-po-bill' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: vi'
Response Response Example
200 - - Success
{
    "data": {
        "po_bill_url": "https://nhl.sgp1.cdn.digitaloceanspaces.com/ts/afe6612ec6a845a7b9c5cb013dc0261f.pdf"
    },
    "error": false,
    "error_code": null,
    "log_id": null,
    "messages": "OK",
    "total": 1,
    "version": "1.0.3",
    "error_detail": null
}
Modified at 2026-03-27 03:32:38
Previous
Get PO List
Next
Get PO Detail
Built with