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

Detail Order

Developing
GET
/store/order/{id}/detail
endpoint ini digunakan untuk menampilkan order detail.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/order/7HYIW8HGS/detail'
Response Response Example
200 - Success
{
    "data": {
        "customer_name": "PUTRI",
        "customer_phone": "089761242111",
        "customer_address": "Bukit Kismadani",
        "customer_district": "Sidoarjo",
        "customer_city": "Sidoarjo",
        "awb": "IDE8791723123",
        "service_code": "REG",
        "courier": "IDExpress",
        "payment_status": 1,
        "payment_method": "COD",
        "order_items": [
            {
                "product_name": "Biji Arabica",
                "product_variant": "Halus,100 gr",
                "qty": 1,
                "item_value": 45000
            },
            {
                "product_name": "Biji Arabica",
                "product_variant": "Halus,200 gr",
                "qty": 2,
                "item_value": 130000
            }
        ],
        "rates": 5790,
        "status": 1,
        "special_discount": 0,
        "another_fee": 0
    }
}

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:
7HYIW8HGS

Responses

🟢200Success
application/json
Body
data
object 
required
customer_name
string 
required
customer_phone
string 
required
customer_address
string 
required
customer_district
string 
required
customer_city
string 
required
awb
string 
required
service_code
string 
required
courier
string 
required
payment_status
integer 
required
payment_method
string 
required
order_items
array [object {4}] 
required
rates
integer 
required
status
integer 
required
special_discount
integer 
required
another_fee
integer 
required
🟠404Record not found
🔴503Service Unavailable
Modified at 2025-06-19 09:09:00
Previous
Edit Payment Method
Next
Edit Customer Order
Built with