API Documentation

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

CONTENTS
RESOURCES
MACROS
VERBS
REPORTS

API Versions

As developers, we understand the need to maintain a consistent interface. We also like to add features and data to continue to improve our products. We such, we have the following policies regarding changes to the SellerLabs API:

Non-Breaking Changes

We consider the following changes to be "Non-Breaking". Your application should work in such a way that it is not dependent on these items which may be changed:

On object IDs:

This includes adding or removing fixed prefixes (such as 'az_' on order_is). You can safely assume object IDs we generate will never exceed 255 characters, but you should be able to handle IDs of up to that length. If for example you.re using MySQL, you should store IDs in a VARCHAR(255) COLLATE utf8_bin column (the COLLATE configuration ensures case-sensitivity in lookups).