cURL
curl --request GET \ --url https://api.centralcart.com.br/v1/webstore/package \ --header 'x-store-domain: <x-store-domain>'
{ "meta": { "total": 2, "per_page": 15, "current_page": 1, "last_page": 1 }, "data": [ { "id": 1, "category_id": 1, "store_id": 1, "position": 1, "enabled": true, "name": "VIP Inicial", "type": "SINGLE", "slug": "vip-inicial", "image": "https://cdn.centralcart.com.br/stores/1/packages/image.png", "description": "Descrição do produto", "pricing": { "price": 10, "compare_at": 20, "percent_discount": -50 }, "stock": { "quantity": 100, "available": true, "min_amount": 1 }, "fields": [ { "id": 1, "name": "nickname", "type": "TEXT", "description": "Seu nickname" } ] } ] }
Lista pacotes disponíveis.
id
price
campo:asc|desc
id:asc
all
true