bigcommerce / dev-docs

This repo contains the markdown files and static assets powering developer.bigcommerce.com. https://developer.bigcommerce.com/
41 stars 112 forks source link

Feedback for “Promotions Bulk” #2118

Open PrabhanshuTechtonic opened 8 months ago

PrabhanshuTechtonic commented 8 months ago

Hello,

I've created store-level API accounts and granted the "marketing OAuth scope modify" permission. I can access a single promotion, but when attempting to retrieve all promotions, I encounter the error message "You don't have the required scope to access the endpoint." My question or suggestion is, which scope do I need to modify to retrieve all promotions? Please provide the necessary scope, and if possible, Please modify that in document also.

bc-juliantran commented 8 months ago

@slsriehl I created a store-level API account with "Marketing" set to "Modify" permission, and I was able to run the endpoint https://developer.bigcommerce.com/beta/promotions/rest-management/promotions-bulk to successfully retrieve all promotions on my store. I was not able to replicate the issue reported.