Create AWB (Bulk)

Path Params
string
required
Body Params
string
required
length ≤ 100
string
string
required
string
Headers
string
required
string
required
string
enum
required
Allowed:
Responses

DOC_INVALID_REQUEST_BODY — Malformed JSON or cannot parse request body
  • DOC_ORDER_ID_MISSING — orderId path parameter is missing
  • MERCHANT_ID_HEADER_NOT_FOUND — Merchant-ID header is missing
  • DOC_EMPTY_AWB_REQUEST — Empty array provided
  • DOC_AWB_MAX_LIMIT_EXCEEDED — More than 5 AWB records in a single request
  • DOC_AWB_VALIDATION_FAILED — Field validation failed (missing awb_number, invalid date, etc.)
  • DOC_DUPLICATE_AWB_IN_REQUEST — Duplicate AWB numbers found within the request
  • DOC_DUPLICATE_AWB_NUMBER — AWB number already exists for this order/merchant
  • ORDER_NOT_FOUND — The specified order does not exist
  • ORDER_IS_NOT_IN_PROCESSED_STATE — Order is not in PROCESSED state
  • Language
    URL
    LoadingLoading…
    Response
    Click Try It! to start a request and see the response here! Or choose an example:
    application/json
    Ask AI
    Assistant
    Order Lifecycle
    Refunds
    Settlements
    Checkout
    Dashboard
    International Payments
    How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
    How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
    Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
    Assistant