You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
We should be able to reduce each of these down to a single incoming API surface, getInboundGuidance, getLowestPricedOffers, getProductCategories. User can provide type ASIN or SKU, and/or we could try to figure it out automatically (if it doesn't look like an ASIN, then assume it's a SKU?) if not given. We figure out what it is, and then pass it transparently to Amazon via their APIs. On the value return, though, we probably need to make sure that we specify what type of data was requested/returned. Pretty sure that's already handled from the MWS side.
If we are left having to refer to SKU or ASIN anywhere, then we need to make it consistently either all upper-case since they are abbreviations, or consistently all camel-case to go with the code style standards.
The text was updated successfully, but these errors were encountered:
There's obvious things wrong here:
We should be able to reduce each of these down to a single incoming API surface, getInboundGuidance, getLowestPricedOffers, getProductCategories. User can provide type ASIN or SKU, and/or we could try to figure it out automatically (if it doesn't look like an ASIN, then assume it's a SKU?) if not given. We figure out what it is, and then pass it transparently to Amazon via their APIs. On the value return, though, we probably need to make sure that we specify what type of data was requested/returned. Pretty sure that's already handled from the MWS side.
If we are left having to refer to SKU or ASIN anywhere, then we need to make it consistently either all upper-case since they are abbreviations, or consistently all camel-case to go with the code style standards.
The text was updated successfully, but these errors were encountered: