Get catalog in your application
To get items data, use the Get sellable items list API call. In the response, you will receive detailed information about virtual items within your project. For subsequent order creation, you need the item SKU that is passed in the items.sku
parameter.
Alternatively, you can also get item data by ID, SKU, or group ID, using the API calls from the Common > Catalog documentation section. If you want to get data specifically for virtual items and currencies, use API calls from the Virtual Items & Currency > Catalog section.
Calling API methods for the catalog is available without authorization. Do not pass the Authorization
header when making a request.
You can call catalog methods on both the client and server sides of your application.
Found a typo or other text error? Select the text and press Ctrl+Enter.