Getting Your Listings
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets all categories from a webstore. This does not include package information. To include package information, add ?includePackages=1
to the URL.
/accounts/{token}/categories
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb
Gets all categories from a webstore including packages.
/accounts/{token}/categories?includePackages=1
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb
Gets information about a category and returns the packages in that category.
/accounts/{token}/categories/{categoryId}
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb
The ID of the category to fetch.
127244343
Gets information about a category and returns the packages in that category.
/accounts/{token}/categories/{categoryId}?includePackages=1
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb
The ID of the category to fetch.
127244343
Gets a package from a webstore by ID.
/accounts/{token}/packages/{packageId}
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb
The package's ID.
1272441812
Gets all packages from a webstore.
/accounts/{token}/packages?ipAddress={ipAddress}
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb
An IP address can be provided with authenticated requests.
127.0.0.1
Gets all packages from a webstore.
/accounts/{token}/packages?ipAddress={ipAddress}&basketIdent={basketIdent}
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb
The basket identifier.
c00244-d2ac2e77418a55b25292a6bc7a719ad9c529ba2c
An IP address can be provided with authenticated requests.
127.0.0.1