Skip to content

Instantly share code, notes, and snippets.

@keviocastro
Last active October 30, 2020 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keviocastro/d6a21ff540ec360f924ef5ad53e1c114 to your computer and use it in GitHub Desktop.
Save keviocastro/d6a21ff540ec360f924ef5ad53e1c114 to your computer and use it in GitHub Desktop.
payload-compra-camiseta-erro-estoque
{
"quote": {
"quote_hash": "3d0f3c7a-1ab9-11eb-a346-0a58a9feac2a",
"color_code": "#E55384",
"cart_hash": "3b640edc-1ab9-11eb-93c6-0a58a9feac2a",
"code": "99999",
"name": "Entregar em Casa",
"carrier": "Buriti Shopping",
"price": 7.61,
"price_without_fees": 7.31,
"time": 0.45,
"description": "Entrega hoje até as 21:00 Horas"
},
"cart_hash": "",
"payment": {
"card": {
"number": "5483965397722637",
"validate": "10/2027",
"cvc": "123",
"installment": 1,
"holder": {
"name": "Keio",
"cpf": "000.322.171-70"
}
},
"type": 1
},
"quote_hash": "3d0f3c7a-1ab9-11eb-a346-0a58a9feac2a",
"address": {
"id": 321,
"code_post": "74430390",
"street": "Rua Paulo VI",
"number": "199",
"district": "Rodoviário",
"complement": "Apto 104 B",
"lat": null,
"long": null,
"city": {
"id": 977,
"name": "Goiânia",
"status": 1,
"state": {
"id": 9,
"name": "Goiás",
"uf": "GO",
"status": 1,
"country": {
"id": 1,
"name_global": "Brazil",
"name": "Brasil",
"code": "1058",
"code_alpha2": "BR",
"code_alpha3": "BRA",
"status": 1
}
}
}
},
"products": [
{
"code_internal": "020-565",
"id": 565,
"price": 99.9,
"price_whole": 99.9,
"quantity": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment