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 Customer Order

Developing
PUT
/store/order/{id}/detail/customer
Endpoint ini digunakan untuk edit data customer. syarat status masih unpaid dan belum proses pengiriman.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/store/order/INV57123/detail/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
    "customer_name": "PUTRI",
    "customer_phone": "081765123451",
    "customer_email": "nurhadi@gmail.com",
    "addr_id": 76518,
    "city": "Sidoarjo",
    "district": "Buduran",
    "customer_address": "Desa Banjarkemantren"
}'
Response Response Example
200 - Success
{
    "message": "Customer has been successfully 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:
INV57123
Body Params application/json
customer_name
string 
required
customer_phone
string 
required
customer_email
string 
required
addr_id
integer 
required
city
string 
required
district
string 
required
customer_address
string 
required
Examples

Responses

🟢200Success
application/json
Body
message
string 
required
🟠400Invalid input
🟠404Record not found
🔴503Service Unavailable
Modified at 2025-06-19 09:14:01
Previous
Detail Order
Next
Edit Another Fee
Built with