Skip to content
Revadike edited this page Feb 24, 2022 · 2 revisions

GET /cart/getcartstate

Rate limits

No known rate limit

Request

Authenticated: TODO

Method: GET

Host: store.steampowered.com

Path: /cart/getcartstate

Response

200 OK

Name Type Description
itemcount number TODO

Example

GET https://store.steampowered.com/cart/getcartstate
{
    "itemcount": 0
}
Clone this wiki locally