E-Commerce
E-Commerce
Integrate the 'List of transactions on Amazon' API instantly with your project to quickly start building on an e-commerce API.
A "list of transactions on Amazon" mock API is a software interface that developers can use to simulate the behavior of Amazon's transaction history functionality. The API provides endpoints for retrieving a list of transactions made on the Amazon platform, along with associated information such as the transaction ID, date and time, transaction type, payment method, and total amount. The response from the API is typically in a structured and easily readable format, allowing developers to test and validate their applications without connecting to a real Amazon account. Additionally, the mock API can be used to generate sample transaction data for testing purposes.
GET /transactions
GET /transactions/1
POST /transactions
PUT /transactions/1
PATCH /transactions/1
DELETE /transactions/1
id | date | product_name | seller_name | price | quantity |
---|---|---|---|---|---|
1 | 2021-09-01 | Apple AirPods | Tech Co. | $129.99 | 1 |
2 | 2021-09-01 | Kindle Paperwhite | E-Books Inc. | $119.99 | 2 |
3 | 2021-09-02 | Sony Playstation 5 | Games R Us | $499.99 | 1 |
4 | 2021-09-02 | Samsung Galaxy S21 | Mobile Co. | $799.99 | 1 |
5 | 2021-09-03 | JBL Bluetooth Speaker | Audio Tech | $79.99 | 3 |
6 | 2021-09-03 | Under Armour 2.0 Backpack | Sports Warehouse | $49.99 | 2 |
7 | 2021-09-04 | Nike Air Max Shoes | Sports Warehouse | $129.99 | 1 |
8 | 2021-09-04 | Amazon Basics HDMI Cable | Tech Co. | $9.99 | 3 |
9 | 2021-09-05 | Logitech Wireless Mouse | Tech Co. | $19.99 | 2 |
10 | 2021-09-05 | KitchenAid Stand Mixer | Home Goods | $399.99 | 1 |
11 | 2021-09-06 | Fitbit Versa 3 | Fitness Co. | $229.99 | 1 |
12 | 2021-09-06 | Oster Blender | Home Goods | $69.99 | 2 |
13 | 2021-09-07 | Nike Gym Bag | Sports Warehouse | $49.99 | 1 |
14 | 2021-09-07 | Ring Video Doorbell | Home Security Co. | $199.99 | 1 |
15 | 2021-09-08 | Sony Wireless Headphones | Audio Tech | $299.99 | 1 |
16 | 2021-09-08 | Samsung 55" Smart TV | Tech Co. | $999.99 | 1 |
17 | 2021-09-09 | Dell Inspiron Laptop | Tech Co. | $699.99 | 1 |
18 | 2021-09-09 | Adidas Running Shoes | Sports Warehouse | $99.99 | 1 |
19 | 2021-09-10 | Nest Thermostat | Home Goods | $249.99 | 1 |
20 | 2021-09-10 | Keurig Coffee Maker | Home Goods | $79.99 | 1 |
21 | 2021-09-11 | Fitbit Charge 4 | Fitness Co. | $149.99 | 1 |
22 | 2021-09-11 | Bose Soundbar | Audio Tech | $499.99 | 1 |
23 | 2021-09-12 | TCL 50" Smart TV | Tech Co. | $399.99 | 1 |
24 | 2021-09-12 | Apple iPad | Tech Co. | $329.99 | 1 |
25 | 2021-09-13 | Nike Pro Shorts | Sports Warehouse | $34.99 | 2 |