bosOnline
  1. Products
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh
      • Logout
    • Product
      • Inventory
      • Update Inventory
      • Download Inventory
      • Download Variant
      • Get Category
      • Get Edit Product
      • Delete Product
      • Product List
      • product
      • Edit Product Detail (Product Detail)
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU Variant
      • Cek SKU Product
    • Form
      • Form
      • Form list
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
      • Delete Form
      • Form list Donwload
      • Duplicate form
      • Duplicate form batch
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
      • Edit Payment Method
      • Update Pengiriman Kurir
      • Confirm Payment
      • Validation Number WA
      • Order List
      • Recap Order List
      • Update Status Order
      • Load checkout Form
      • Estimation Rates
      • Download Order List
      • Cetak Invoice
      • Courier List
      • Update Payment Method
      • Detail Order
      • Edit Customer Order
      • Edit Another Fee
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Get Revenue
      • Tips
      • Announcement
      • Store
      • Store
      • Cek SubDomain
      • Edit Subdomain
      • On Boarding
      • Warehouse
      • Get Region
      • Get Province List
      • Get Notification
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Forgot Password (Reset Password)
      • Warehouse
      • Order Shipping
      • winpay service
      • Saldo BosPay
      • Validation Number WA With store
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Account Deletion
      • Default Warehouse
      • Me
    • Staff
      • Create Staff
      • Delete staff
      • Staff List
      • Edit Status Staff
      • Update staff
      • Edit Multi 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
    • Session
      • Active Sesion
      • Sesion History
      • Logout All Outher Session
      • Logout Session ID
  • AdminBosOnline
    • Dashboard
      • Header Summary
      • Get Popular Products
      • Rekap Product
      • Revenue
      • Get Top Seller
    • Seller
      • Detail
        • Seller Detail
        • Update Seller Detail Status & Marking
        • Seller Store
        • Update Detail Seller Store
        • Seller Product
        • Download Product Seller
        • Update Status Produk Seller
        • Seller Warehouse List
        • Seller Note
        • Create Seller Note
        • Update Seller Note
        • Seller Domains
      • Seller Summary
      • Seller List
      • Seller Active Status
      • Update Marking Sellers
      • Detail Bank Seller
    • Products
      • Recap Product
        GET
      • Get List Product
        GET
      • Download list product
        POST
      • Edit status product
        PATCH
      • Update Marking Product
        PUT
      • Detail Product Seller
        GET
      • Detail Product Variant
        GET
      • Download Product Variant
        POST
      • Product Form
        GET
    • Order
      • Order Recap
      • Order List
      • Download Order
      • Detail Order
      • Cetak Invoice
    • Store
      • Create Store
      • Upload Image Custom
    • auth
      • Get User Internal
      • Get Detail User Internal
      • Create Internal User
      • Edit Detail Internal User
      • Update Active User Internal
      • Delete Internal User
    • Cache
      • All Cache
      • Cache Statistics
      • Flush All Cache
      • Specific Cache key
      • Specific Cache Pattern
      • Specific Cache User
  1. Products

Detail Product Variant

Tested
GET
/admin/products/{id}/variant
Endpoint ini digunakan untuk keperluan menampilkan detail varian produk seller. API ini digunakan di halaman Detail Produk -> List -> Detail -> Tab Varian Produk.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/admin/products/ESB-001/variant?category=ESB-001-01&keyword=h&start=0&limit=10&sort_by=name&sort_dir=desc&status'
Response Response Example
200 - Success
{
    "data": [
        {
            "sku": "ESB-002-27",
            "name": "sedang 2000 gr",
            "status": 0,
            "hpp": 60000,
            "price": 65000,
            "publish_rate": 70000,
            "weight": 200,
            "width": 10,
            "length": 10,
            "height": 10
        },
        {
            "sku": "ESB-002-26",
            "name": "sedang 1000 gr",
            "status": 1,
            "hpp": 40000,
            "price": 45000,
            "publish_rate": 50000,
            "weight": 100,
            "width": 10,
            "length": 10,
            "height": 10
        },
        {
            "sku": "ESB-002-25",
            "name": "Halus 2000 gr",
            "status": 0,
            "hpp": 60000,
            "price": 65000,
            "publish_rate": 70000,
            "weight": 200,
            "width": 10,
            "length": 10,
            "height": 10
        },
        {
            "sku": "ESB-002-24",
            "name": "Halus 1000 gr",
            "status": 1,
            "hpp": 40000,
            "price": 45000,
            "publish_rate": 50000,
            "weight": 100,
            "width": 10,
            "length": 10,
            "height": 10
        }
    ],
    "total": 4
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠404Record not found
🔴503Service Unavailable
🟠403Forbidden
Previous
Detail Product Seller
Next
Download Product Variant
Built with