API Documentation

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

CONTENTS
RESOURCES
MACROS
VERBS
REPORTS

venues

The /venues resource describes venues for which the account has been associated. These associations are created by the account owner at https://secure.sellerlabs.com/.

You may use the venues resource to look up the venue_id which is found throughout many other resources

Venues Collection

HTTP Methods:

GET Returns all of the venues currently enabled for the account
POST Not Permitted. Returns HTTP 405
PUT Not Permitted. Returns HTTP 405
DELETE Not Permitted. Returns HTTP 405

Input Parameters

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

Request Parameters

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

Sample Response

{"status":"success","code":200,"httpCode":"200","user":"117","data":{"offset":0,"limit":50,"count":"1","next":"","prev":"","first":"https:\/\/api.sellerlabs.com\/v1\/venues?offset=0&limit=50","last":"https:\/\/api.sellerlabs.com\/v1\/venues?offset=0&limit=50","pages":1,"venues":{"1":{"id":"1","type":"amazon","merchantId":"ABC123","name":"Amazon.com - Your Seller Name","created":"2013-12-02T12:03:24-05:00Z","modified":"2013-12-02T12:03:24-05:00Z","status":"ACTIVE"}}}}

Response Parameters