Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Is there any way to get the real value of sold_quantity? #63

Open
lian1925 opened this issue Aug 31, 2021 · 0 comments
Open

Is there any way to get the real value of sold_quantity? #63

lian1925 opened this issue Aug 31, 2021 · 0 comments

Comments

@lian1925
Copy link

  1. If I request the detail of an item (develop document link is https://developers.mercadolivre.com.br/pt_br/itens-e-buscas)
curl -X GET -H https://api.mercadolibre.com/items/MLM879866511/?attributes=sold_quantity,start_time
  1. it will only return not real value as below
{
"sold_quantity": 500,
"start_time": "2021-02-26T04:17:49.000Z"
}
  1. I would like to know, Is there any way to get the real value of sold_quantity?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant