bosOnline
  1. Product
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
        GET
      • Download Inventory
        POST
      • Download Variant
        POST
      • Update Inventory
        PUT
      • Get Category
        GET
      • Get Edit Product
        GET
      • Product List
        GET
      • Edit Product Detail (Product Detail)
        PUT
      • product
        POST
      • Delete Product
        DELETE
      • Edit Status Product (Product List)
        PATCH
      • Download Product (Product List)
        POST
      • Product Detail
        GET
      • Product Variant
        GET
      • Edit Status Variant (Product Detail)
        PATCH
      • Update Variant
        PUT
      • Upload Image
        POST
      • Cek SKU
        GET
    • 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
      • 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. Product

Get Edit Product

Testing
GET
/store/products/{id}
BosOnline/Product
Endpoint ini digunakan untuk delete data product.
Catatan: Penambahan response 400
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/products/ESB-006'
Response Response Example
200 - success
{
    "data": {
        "attributes": [
            {
                "name": "Kemasan Kopi",
                "priority": 1,
                "items": [
                    "2000 gr",
                    "1000 gr"
                ]
            },
            {
                "name": "Tingkat Giling",
                "priority": 2,
                "items": [
                    "sedang",
                    "halus"
                ]
            }
        ],
        "category_id": 1,
        "description": "Kopi pilihan asli",
        "height": 10,
        "hpp": 0,
        "image": [
            {
                "file_path": "/uploads/stores/2/products/1750414846-636.jpg",
                "image_url": {
                    "medium": "http://127.0.0.1:8086/uploads/stores/2/products/medium/1750414846-636.jpg",
                    "original": "http://127.0.0.1:8086/uploads/stores/2/products/1750414846-636.jpg",
                    "thumbnail": "http://127.0.0.1:8086/uploads/stores/2/products/thumbnail/1750414846-636.jpg"
                }
            }
        ],
        "length": 10,
        "name": "Biji kopi arabica",
        "path_url": "biji-kopi-arabica",
        "price": 0,
        "product_cs": null,
        "publish_rate": 0,
        "qty": 10000,
        "sku": "ESB-004",
        "type": 0,
        "variant_items": [
            {
                "height": 10,
                "hpp": 40000,
                "length": 10,
                "min_qty": 100,
                "name": "Halus 1000 gr",
                "price": 45000,
                "publish_rate": 50000,
                "sku": "ESB-002-24",
                "status": 1,
                "stok": 101,
                "weight": 100,
                "width": 10
            },
            {
                "height": 10,
                "hpp": 60000,
                "length": 10,
                "min_qty": 100,
                "name": "Halus 2000 gr",
                "price": 65000,
                "publish_rate": 70000,
                "sku": "ESB-002-25",
                "status": 0,
                "stok": 0,
                "weight": 200,
                "width": 10
            },
            {
                "height": 10,
                "hpp": 40000,
                "length": 10,
                "min_qty": 100,
                "name": "sedang 1000 gr",
                "price": 45000,
                "publish_rate": 50000,
                "sku": "ESB-002-26",
                "status": 1,
                "stok": 101,
                "weight": 100,
                "width": 10
            },
            {
                "height": 10,
                "hpp": 60000,
                "length": 10,
                "min_qty": 100,
                "name": "sedang 2000 gr",
                "price": 65000,
                "publish_rate": 70000,
                "sku": "ESB-002-27",
                "status": 0,
                "stok": 302,
                "weight": 200,
                "width": 10
            }
        ],
        "weight": 1000,
        "width": 10
    }
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string  | null 
required
Example:
ESB-006

Responses

🟢200OK
application/json
Body
message
string 
required
🔴503Service Unavailable
🟠404Record not found
🟠400Invalid input
Modified at 2025-06-23 06:55:34
Previous
Get Category
Next
Product List
Built with