Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Painel do Seller
cURL
curl --request GET \ --url https://api.speedsellx.io/seller/v1/products/{id}
{ "data": { "id": 123, "name": "<string>", "description": "<string>", "status": "<string>", "type": "<string>", "payment_type": "<string>", "recurrence_interval": "<string>", "price": 123, "currency": "<string>", "is_free": true, "created_at": "<string>", "updated_at": "<string>" } }
Retorna um produto pelo ID. Se o produto pertencer a outra conta, a API retorna 404.
Show child attributes