Query products
Combine category, limit and sorting to mirror the /products endpoint.
Try every Fake Store API endpoint without leaving the dashboard.
Combine category, limit and sorting to mirror the /products endpoint.
Retrieve a single product directly from /products/:id.
Send a PUT request to update any product fields.
Issue a DELETE request to remove a product.
Filter carts with optional dates, limits and sorting.
Retrieve a single cart using /carts/:id.
Load the entire cart history for a user via /carts/user/:id.
Send a POST request with a custom payload.
Update cart contents with PUT /carts/:id.
Delete a cart record with DELETE /carts/:id.
Retrieve a full profile from /users/:id.
POST a new user record with nested address data.
PUT changes to any user fields.
Remove a user with DELETE /users/:id.