Created
November 7, 2024 02:44
-
-
Save MyFRA/92f77a8b7ce98a2cdd63c5a3ae23b79f to your computer and use it in GitHub Desktop.
payload-checkout.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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