bosOnline
  1. Order
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
        PUT
      • Edit Payment Method
        PATCH
      • Detail Order
        GET
      • Edit Customer Order
        PUT
      • Edit Another Fee
        PUT
      • Order List
        GET
      • Confirm Payment
        POST
      • Update Payment Method
        PUT
      • Update Pengiriman Kurir
        GET
      • Update Status Order
        PATCH
    • 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
      • Wilayah
      • Tracking Order
      • Reset Password
      • Warehouse
      • Order Shipping
      • winpay service
    • 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. Order

Edit Choose Courier

Developing
PUT
/store/order/{id}/courier
Endpoint ini digunakan untuk mengedit pilihan kurir sebelum proses pengiriman.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/store/order/INV093131/courier' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sender_addr_id": 51909,
    "receiver_addr_id": 87131,
    "courier_code": "idx",
    "service_code": "00",
    "item_weight": 1000,
    "item_length": 10,
    "item_width": 10,
    "item_height": 10
}'
Response Response Example
200 - Success
{
    "message": "Data Order saved"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
Example:
INV093131
Body Params application/json
invoice_code
string 
required
rate
integer 
required
courier_code
string 
required
service_code
string 
required
Examples

Responses

🟢200Success
application/json
Body
message
string 
required
🟠400Invalid input
🟠404Record not found
🔴503Service Unavailable
Modified at 2025-06-19 09:04:03
Previous
Follow Up Attempts
Next
Edit Payment Method
Built with