API Documentation

This service is in BETA. For access please Fill out the application

CONTENTS
RESOURCES
MACROS
VERBS
REPORTS

Transactions /v1/transactions

The /transactions resource describes financial transactions that occur on the marketplace. Each transaction belongs to a Settlement. Most transctions are associated with an order or orderItem. Examples of transactions include:

GET https://api.sellerlabs.com/v1/transactions

Request Parameters

The Parameters Common to Collections are supported. No other request parameters are available.

Sample Response

{"status":"success","code":200,"httpCode":"200","user":"116","data":{"offset":0,"limit":10,"count":"235914","prev":"","next":"\/transactions?limit=10&offset=10","first":"\/transactions?limit=10&offset=0","last":"\/transactions?limit=10&offset=235910","pages":23592,"transactions":[{"id":"235914","venueId":"1","settlementId":"131","orderId":"1-111-6287688-3888392","event":"Shipment","type":"FBAWeightBasedFee","grouping":"FeeAmount","detail":"","amount":"-0.55","timestamp":"2014-06-08T19:08:03Z","msku":"the-seller-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235914"},{"id":"235913","venueId":"1","settlementId":"131","orderId":"1-111-6287688-3888392","event":"Shipment","type":"Principal","grouping":"ChargeAmount","detail":"","amount":"15.95","timestamp":"2014-06-08T19:08:03Z","msku":"the-seller-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235913"},{"id":"235912","venueId":"1","settlementId":"131","orderId":"1-109-7867066-0469822","event":"Shipment","type":"Commission","grouping":"FeeAmount","detail":"","amount":"-2.39","timestamp":"2014-06-08T18:57:29Z","msku":"the-seller-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235912"},{"id":"235911","venueId":"1","settlementId":"131","orderId":"1-109-7867066-0469822","event":"Shipment","type":"FBAPerOrderFulfillmentFee","grouping":"FeeAmount","detail":"","amount":"-1","timestamp":"2014-06-08T18:57:29Z","msku":"the-seller-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235911"},{"id":"235910","venueId":"1","settlementId":"131","orderId":"1-109-7867066-0469822","event":"Shipment","type":"FBAPerUnitFulfillmentFee","grouping":"FeeAmount","detail":"","amount":"-1.02","timestamp":"2014-06-08T18:57:29Z","msku":"the-seller-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235910"},{"id":"235909","venueId":"1","settlementId":"131","orderId":"1-109-7867066-0469822","event":"Shipment","type":"FBAWeightBasedFee","grouping":"FeeAmount","detail":"","amount":"-0.55","timestamp":"2014-06-08T18:57:29Z","msku":"the-seller-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235909"},{"id":"235908","venueId":"1","settlementId":"131","orderId":"1-109-7867066-0469822","event":"Shipment","type":"Principal","grouping":"ChargeAmount","detail":"","amount":"15.95","timestamp":"2014-06-08T18:57:29Z","msku":"the-seller-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235908"},{"id":"235907","venueId":"1","settlementId":"131","orderId":"1-106-8844665-6789938","event":"Shipment","type":"Commission","grouping":"FeeAmount","detail":"","amount":"-13.5","timestamp":"2014-06-08T18:49:20Z","msku":"another-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235907"},{"id":"235906","venueId":"1","settlementId":"131","orderId":"1-106-8844665-6789938","event":"Shipment","type":"FBAPerOrderFulfillmentFee","grouping":"FeeAmount","detail":"","amount":"-1","timestamp":"2014-06-08T18:49:20Z","msku":"another-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235906"},{"id":"235905","venueId":"1","settlementId":"131","orderId":"1-106-8844665-6789938","event":"Shipment","type":"FBAPerUnitFulfillmentFee","grouping":"FeeAmount","detail":"","amount":"-1.02","timestamp":"2014-06-08T18:49:20Z","msku":"another-sku","link":"http:\/\/api.sellerlabs.com\/v1\/transactions\/235905"}]}}