Endpoint ini digunakan untuk update status dari form yang sudah dibuat. Proses ini berada di halaman Product Detail tab Checkout Form. Catatan: Perubahan url, query params
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Responses
🟢200OK
application/json
Body
🟠400Invalid input
🟠404Record not found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/store/forms/f6b74cb7-05a9-4655-929f-57d35f6d2078/duplicate?status=1' \
--header'Authorization: Bearer <token>'