API Documentation >> API 2.0 Main >> Stock Management
Requests grouped to stock management let you retrieve information about the articles you want to sell, as well as put new articles into the stock, remove them from, or edit them:
Resource | Allowed HTTP Methods | Ded | Wid | 3rd | Description |
---|---|---|---|---|---|
Stock | GET | X | - | X | Returns the Article entities in the authenticated user's stock.
Returns the stock. Due to performance reasons, a |
POST | X | - | X | Adds new articles to the user's stock. | |
PUT | X | - | X | Changes articles in the user's stock.
Attention: This request can't be used to increase or decrease the stock's quantity for specified articles! | |
DELETE | X | - | X | Removes articles from the user's stock. | |
Stock (File) DEPRECATED | GET | X | - | X | Returns a gzipped CSV file with all articles in the authenticated user's stock, further specified by a game and language. |
Stock in Shopping Carts | GET | X | - | X | Returns the Article entities of the authenticated user's stock that are currently in other user's shopping carts. |
Stock Article | GET | X | - | X | Returns a single Article entity in the authenticated user's stock specified by its article ID. |
Find Stock Articles | GET | X | - | X | Searches for and returns Article entities specified by the article's name and game. |
Change Stock Article Quantity | PUT | X | - | X | Changes quantities for articles in authenticated user's stock. |
Stock Articles of Product | GET | X | - | X | Returns the Article entities of the authenticated user's stock that belong to the specified product. |
Export Your Stock and List All Requests | GET | X | - | X | Returns details for all requested exports of Article entities from your stock from the last 24 hours. |
POST | X | - | X | Request the export of Article entities from your stock. | |
Stock Export Details | GET | X | - | X | Returns details for a requested export of Article entities from your stock. |