1. Cancel B2C Shipment
Onflow Open API
  • Getting Started
  • API
    • Config
      • Get Warehouse
      • Get Brand
      • Upload file
    • Product
      • Create Product
      • Assign Product
      • Get Product List
      • Get Product Detail
      • Delete Product
      • Get Stock
    • PO
      • Get PO List
      • Create PO
      • Cancel PO
    • Shipment
      • B2C shipment
        • Get B2C Shipment
        • Create B2C Shipment
          • Create B2C Shipment
        • Cancel B2C Shipment
          • Cancel B2C Shipment
            PATCH
  1. Cancel B2C Shipment

Cancel B2C Shipment

PATCH
/api/v1/shipments/{{tracking_code}}/cancel

Request

Header Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH '/api/v1/shipments/{{tracking_code}}/cancel' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: vi'
Response Response Example
{}
Modified at 2026-03-06 01:38:25
Previous
Create B2C Shipment
Built with