This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
forked from CPIGroup/phpAmazonMWS
-
Notifications
You must be signed in to change notification settings - Fork 9
Ask for a guide how to use #5
Open
wisnuvb
wants to merge
87
commits into
creacoon:stable
Choose a base branch
from
sonnenglas:stable
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change the config file name to be more package specific
Update the SP for usage in L5
Trigger Travis
Bug fix while retrieving product information
Removed text <<<< <<< HEAD ======= >>>>>>> laravel-5-and-fixes
Update AmazonFeedList.php
Update AmazonProduct.php
Update AmazonOrder.php
Renamed package from sonnenglas/laravel5-amazon-mws to sonnenglas/laravel-amazon-mws Added "illuminate/support": "^6.0" dependency to composer.json file Пожалуйста, введите сообщение коммита для ваших изменений. Строки,
Upgrade to Laravel 6 support
Update AmazonFeed.php
Added throttleCount tracking to AmazonCore
…sers, useful for developers working on amazon mws apps.
* Add subs. * WIP. * WIP. * WIP. * WIP. * Added Subscriptions + Destinations. Co-authored-by: Przemek Peron <przemek@sonnenglas.net>
* Fix prepareCategories() prepareCategories() can only accepte one ASIN not a list, so this option name is "ASIN" or API will return an error "Missing arugment ASIN" * Update AmazonProductInfo.php Co-authored-by: Przemek Peron <przemek@redkorn.pl>
Previous fix solved missing data when querying a Parent ASIN from the API, but messed up data when calling a simple or variation ASIN. Fix now checks to see which format is initially returned and builds relationship data correctly in the object
…r for throttled queries
wisnuvb
commented
Apr 30, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tried using this for my amazon account, but i am having difficulty in using. I'm having trouble not getting enough information to use it. I'm still a newbie. Please give me complete documentation. thank you