GET
/
proxy_api
/
v1
/
tl-isps
/
checkstock-v2
Check stock limit
curl --request GET \
  --url https://core-proxy-service-w34nvoxnwq-uc.a.run.app/proxy_api/v1/tl-isps/checkstock-v2 \
  --header 'Authorization: Bearer <token>'
{
  "product": "<string>",
  "region": "<string>",
  "stock": 123,
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

[just text field] Please enter token in following format: Bearer

Response

Check stocks

product
string
required

The name of the product (e.g., ORANGE)

region
string
required

region of the product

stock
number
required

Number of items available in stock for this Product

status
string
required

Product Status