App Extensions Postman Collection
One way to get started or refine requests is to use the BigCommerce App Extensions Postman collection, which contains the core mutations and queries. To work with the Postman collection, you need to supply the following:
- The sandbox store’s
store_hash. - The sandbox store’s
access_tokenis available in your app’s database as soon as you successfully install the app. You can also add a console log to get it from the terminal after the app completes the auth callback.
Importing the collection
The following code block is an exported Postman collection of App Extensions mutations and queries. To copy the collection, hover over the upper right corner of the code block.
For instructions on importing collections into Postman, see their article on Importing and Exporting Data (Postman).
App Extensions Postman collection