-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bigcommerce rest api v3 php #259
Comments
bump this, docs could do with explaining the $request object being passed in the example. |
yeah, is there anyone can help.. I have no idea which values should be for the 'code', 'context' and 'scope' |
I am stuck at the $request issue too. Anyone figure this out? |
Current documentation doesn't reflect the current API credential system. We only need the Store Hash, Auth Token, and Client ID to access. The following code works:
|
The documentation is still out of date. @brodsolutions it isn't clear where you generate the auth-token. |
and I am not even able to start step 1 here.
Issues:
So the question here is how to get a username? bigcommerece user only created using email address so how to get username here?
In order to obtain the auth_token you would consume Bigcommerce::getAuthToken method
here the question is what is the $request variable? also, redirect_uri is the bigcommerce store URL or my site URL?
Please can anyone help to get started with this?
The text was updated successfully, but these errors were encountered: