ADD OR UPDATE TO CART
Developing
Request
Body Params application/jsonRequired
{
"skuElefin": "EFWYT2OSV0DUIWMM",
"productNote": "",
"qty": 1,
"selected": true
}
Request Code Samples
curl --location --request POST 'https://open-api.elefin.id/carts' \
--header 'api-key: ' \
--header 'secret-key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuElefin": "EFWYT2OSV0DUIWMM",
"productNote": "",
"qty": 1,
"selected": true
}'
Responses
application/json Modified at 2026-03-31 10:04:37