Skip to content

Instantly share code, notes, and snippets.

@MyFRA
Created November 7, 2024 02:44
Show Gist options
  • Save MyFRA/92f77a8b7ce98a2cdd63c5a3ae23b79f to your computer and use it in GitHub Desktop.
Save MyFRA/92f77a8b7ce98a2cdd63c5a3ae23b79f to your computer and use it in GitHub Desktop.
payload-checkout.json
{
"user_id": 20,
"courier": "jnt",
"courier_service": "EZ",
"ongkir": 47000,
"address_id": 27,
"total": 1647000,
"note": "",
"is_direct": false,
"weight": 10,
"details": [
{
"product_id": 1,
"qty": 2,
"price": 200000,
"total": 400000,
"varian_id": 76
},
{
"product_id": 19,
"qty": 3,
"price": 100000,
"total": 300000,
"varian_id": null
},
{
"product_id": 20,
"qty": 1,
"price": 300000,
"total": 300000,
"varian_id": 93
},
{
"product_id": 5,
"qty": 4,
"price": 150000,
"total": 600000,
"varian_id": 84
}
],
"lang": "id"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment