bosOnline
  1. API Boscod
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
      • Download Inventory
      • Download Variant
      • Update Inventory
      • Get Category
      • Get Edit Product
      • Product List
      • Edit Product Detail (Product Detail)
      • product
      • Delete Product
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU
    • Form
      • Form
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Form list
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
      • Edit Payment Method
      • Detail Order
      • Edit Customer Order
      • Edit Another Fee
      • Order List
      • Confirm Payment
      • Update Payment Method
      • Update Pengiriman Kurir
      • Update Status Order
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
        • Get Revenue
      • Store
      • Cek SubDomain
      • Get Region
      • Store
      • Warehouse
      • On Boarding
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Tips
      • Announcement
      • Edit Subdomain
    • API Boscod
      • Cek Ongkir
        GET
      • Wilayah
        GET
      • Tracking Order
        GET
      • Reset Password
        GET
      • Warehouse
        POST
      • Order Shipping
        POST
      • winpay service
        POST
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Data Deletion
      • Default Warehouse
      • Me
    • Staff
      • Staff
      • Delete staff
      • Create Staff
      • Edit Status Staff
    • Rekening
      • Bank List
      • Get Rekening List
      • Rekening Detail
      • Create Rekening
      • Edit Rekening
      • Delete Rekening
      • Edit Status Rekening
    • Voucher
      • List Voucher
      • Edit Voucher Status
      • Voucher
      • List Voucher Checkout
      • Delete Voucher
  • AdminBosOnline
    • Dashboard
      • Recap Store
      • Revenue
      • Order Recap
  1. API Boscod

Order Shipping

Developing
POST
/order_shipping
BosOnline/API Boscod
Endpoint ini digunakan untuk request create order menuju sistem BosCOD.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/order_shipping' \
--header 'Content-Type: application/json' \
--data-raw '{
    "input_type": 4,
    "courier_id": 1,
    "order_type": 0,
    "pickup_via": 0,
    "shipper_warehouse_id": 93221,
    "note": "Test",
    "pickup_time": "2025-05-30 10:21:00",
    "pickupend_on": "2025-05-30 14:21:00",
    "sender_addr_id": 93221,
    "sender_name": "alfian",
    "sender_phone": "0812315921",
    "sender_latitude": "",
    "sender_longitude": "",
    "items": [
        {
            "item_width": 10,
            "item_height": 10,
            "item_length": 10,
            "item_weight": 20,
            "item_value": 20000
        }
    ]
}'
Response Response Example
200 - Example 1
{
    "no_resi": "string",
    "message": "string"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
input_type
integer 
required
courier_id
integer 
required
order_type
integer 
required
pickup_via
integer 
required
shipper_warehouse_id
integer 
required
note
string 
required
pickup_time
string 
required
pickupend_on
string 
required
sender_addr_id
integer 
required
sender_name
string 
required
sender_phone
string 
required
sender_latitude
string 
required
sender_longitude
string 
required
items
array [object {5}] 
required
item_width
integer 
optional
item_height
integer 
optional
item_length
integer 
optional
item_weight
integer 
optional
item_value
integer 
optional
Examples

Responses

🟢200OK
application/json
Body
no_resi
string 
required
message
string 
required
🟠400Bad Request
🟠404Record Not Found
🔴503Service Unavailable
Modified at 2025-06-02 08:32:00
Previous
Warehouse
Next
winpay service
Built with