bosOnline
  1. Form
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
        POST
      • Edit Form
        PUT
      • Form Detail
        GET
      • Edit Status Form (Product Detail)
        PATCH
      • Form list
        GET
      • Custom Success Page
        POST
      • Custom Success Page
        PUT
      • Edit Success Page
        GET
    • 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. Form

Form Detail

Testing
GET
/store/forms/{id}
BosOnline/Form
Endpoint ini digunakan untuk menampilkan data saat proses pertama menampilkan halaman request order.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/forms/251ac22d-19fc-4e43-8817-3b3522afc62d'
Response Response Example
200 - Success
{
    "name": "Checkout Form1",
    "product_sku": "ESB-001",
    "template_form": 1,
    "file_header_path": "form/header/2987163211/Header Product 1.png",
    "taglince_checkout": "Your Daily Coffe",
    "title_checkout": "Toko Sakha Kopi",
    "structure_form": {
        "background_color": "#F4F6F8",
        "button_color": "#F4F6F8",
        "button_name": "Beli Sekarang",
        "custom_icon": [
            {
                "file_icon_path": "form/icon/Star 1.png",
                "seal_name": "Kualitas Terjamin"
            },
            {
                "file_icon_path": "form/icon/Star 2.png",
                "seal_name": "Mutu Terjamin"
            }
        ],
        "description_form": "Halo, Sobat Brewer! NO. SERTIFIKAT HALAL: ID31110000375150622",
        "advantages_title": "Kopi ini memiliki hint",
        "product_advantages_item": [
            {
                "name": "Kopi Enak"
            },
            {
                "name": "Kopi Hitam"
            }
        ],
        "url_video": "https://www.youtube.com",
        "kurir_options": [
            "idx",
            "jntcargo",
            "jne",
            "ninja",
            "sicepat",
            "sap",
            "anteraja",
            "lion"
        ],
        "pickup_detail": {
            "sender_name": "Gudang Sakha",
            "sender_postcode": "61252",
            "sender_propinsi": "Jawa Barat",
            "sender_kota": "Bandung",
            "sender_kecamatan": "Antapani",
            "sender_detail": "Antapani Wetan"
        },
        "promo_item": [
            {
                "name": "Flat Ongkir",
                "items": {
                    "price": 50000,
                    "courier_opsi": [
                        "jne",
                        "jntexpress",
                        "sap",
                        "anteraja"
                    ]
                }
            }
        ],
        "payment_manual": [
            {
                "bank_code": "",
                "bank_name": "Bank Papua",
                "bank_atasnama": "Mohammad Sholikhudin",
                "bank_rekening": "1198723131",
                "status": 1,
                "status_unique_no": 1
            },
            {
                "bank_code": "BNI",
                "bank_name": "Bank BNI",
                "bank_atasnama": "Mohammad Sholikhudin",
                "bank_rekening": "1761231213",
                "status": 1,
                "status_unique_no": 1
            }
        ],
        "cod_status": true,
        "feecod_percent": 3,
        "adminfee_payment_type": 0,
        "adminfee_item": [
            {
                "bank_code": "BCA",
                "adminfee_value": 4000,
                "adminfee_percent": 0
            },
            {
                "bank_code": "MANDIRIVA",
                "adminfee_value": 4000,
                "adminfee_percent": 0
            },
            {
                "bank_code": "QRIS",
                "adminfee_value": 0,
                "adminfee_percent": 0.9
            }
        ],
        "custom_field": [
            {
                "field_name": "Nama Pembeli",
                "label": "Nama Pembeli",
                "place_holder": "Masukkan nama kamu",
                "field_type": "text area",
                "status": 1,
                "required": 1
            },
            {
                "field_name": "Nomor Telepon",
                "label": "Nomor Telepon",
                "place_holder": "Masukkan nomor teleponmu",
                "field_type": "text area",
                "status": 1,
                "required": 1
            },
            {
                "field_name": "Alamat Email",
                "label": "Alamat Email",
                "place_holder": "Masukkan alamat emailmu",
                "field_type": "text area",
                "status": 0,
                "required": 0
            }
        ],
        "testimonials": [
            {
                "file_icon_path": "form/reviews/icon/reviews-1.png",
                "customer_name": "Fernando",
                "rating": 5,
                "message": "good quality coffee",
                "status": 1
            },
            {
                "customer_name": "Hafiz",
                "rating": 5,
                "message": "mantap",
                "status": 1
            }
        ]
    },
    "voucher_include": false,
    "tracking_adds": {
        "all_event": true,
        "facebook_pixel": {
            "pixel_id": [
                18273213123,
                13123131231
            ],
            "event": [
                "AddToCart",
                "Purchase",
                "ViewContent"
            ]
        },
        "tiktok_pixel": {
            "pixel_id": [
                18273213123,
                13123131231
            ],
            "event": [
                "AddToCart",
                "Purchase",
                "ViewContent"
            ]
        },
        "google_tag_manager": []
    }
}

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:
251ac22d-19fc-4e43-8817-3b3522afc62d

Responses

🟢200OK
application/json
Body
form_name
string 
required
product_sku
string 
required
template_form
integer 
required
file_header_name
string 
required
file_header_path
string 
required
taglince_checkout
string 
required
title_checkout
string 
required
structure_form
object 
required
background_color
string 
required
button_color
string 
required
button_name
string 
required
custom_icon
array [object {3}] 
required
description_form
string 
required
advantages_title
string 
required
product_advantages_item
array [object {1}] 
required
url_video
string 
required
kurir_options
array[string]
required
pickup_detail
object 
required
promo_item
array [object {2}] 
required
payment_manual
array [object {6}] 
required
cod_status
boolean 
required
feecod_percent
integer 
required
adminfee_payment_type
integer 
required
adminfee_item
array [object {3}] 
required
custom_field
array [object {6}] 
required
testimonials
array [object {6}] 
required
voucher_include
boolean 
required
tracking_adds
object 
required
all_event
boolean 
required
facebook_pixel
object 
required
tiktok_pixel
object 
required
google_tag_manager
array[string]
required
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-19 08:47:06
Previous
Edit Form
Next
Edit Status Form (Product Detail)
Built with