Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.
This repository was 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

@lian1925

Description

@lian1925
  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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions