-
Notifications
You must be signed in to change notification settings - Fork 752
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
Product Types Definitions returns new version hash without official release update #4172
Comments
Hi @marketplacehub-com, |
Hi @mafge, no we have worker job which is trying to pull all product types from amazon marketplaces. So, we can`t determinate if there is actual new product type version. |
HI @mafge, any ideas on this issue? We think this is a bug. |
@marketplacehub-com While large releases occur monthly, patch changes do occur daily/weekly. These patch changes are reserved for two types of changes: (1) non-breaking additive changes (such as adding optional attributes, adding enumeration values, etc.), and (2) emergent bug fixes (configuration broken requiring an immediate fix). The unfortunate bit with these current opaque version strings ( Internally, our configuration increments it's minor version on each ~monthly release ( I would love your feedback on that upcoming plan. Thanks, John Chapman |
@chapmanjw, thnx for clarification. I really like more declarative release information like: 1.32.x instead of opaque version strings. That approach will really help us to understand versioning, so we can make appropriate decision if we should upgrade our already pull ProductType schema or not. Waiting for new release versioning approach! |
@marketplacehub-com Just FYI. There is monthly announcement in SP-API documentation site such as this one. Within that, there is a sheet you can download to see upcoming and published changes to attributes and enums. This might help with your case for now. |
This issue is scheduled to close soon. If you are still encountering problems, please feel free to open a new issue and make a reference to this one. |
Sorry, do we have resolution for this issue already? |
This issue is scheduled to close soon. If you are still encountering problems, please feel free to open a new issue and make a reference to this one. |
Still no updates? |
Hello and thanks @chapmanjw, this is really useful information that should be documented in the SP API documentation I am also looking for information regarding the versioning of product types. Can someone clarify if there is a productTypeVersion for the whole set of product types (like the search product type definition seems to say) or each product type has a different version? If I understand correctly the notification
It means there is no way for us to know which product types have changed beacause we will receive only the new product types or just a new version. And if we want to stay up to date we must re-download each product type definition per marketplace |
This issue is scheduled to close soon. If you are still encountering problems, please feel free to open a new issue and make a reference to this one. |
closed for inactivity |
pls reopen. still relevant @mafge @chapmanjw |
When we executing definitions/2020-09-01/productTypes API call (https://developer-docs.amazon.com/sp-api/docs/product-type-definitions-api-v2020-09-01-reference#searchdefinitionsproducttypes) we oftenly receiving new version of Product Types without official release confirmation.
For example this section of JSON response can be changed sometimes within 3 hours and sometimes with in 3 days:
It looks like that version hash is changing when some event occurs on servers. But it`s really not reflects unique Product Types version at all...
Screenshot evidence:
The text was updated successfully, but these errors were encountered: