API v1.3 to v1.4 Migration Guide
API Versioning Changes
As a reminder, we follow an API Versioning Policy outlining breaking vs. non-breaking changes. Please ensure your clients handle non-breaking changes gracefully (e.g., addition of new keys, modification of display strings).
For full details, refer to the API Versioning Policy.
Item Format Changes
Modified Item Fields
- The
properties.materialkey, previously present on all authentication items, is now optional. It only exists for luxury authentication items and is not present for sneaker or apparel authentications.
New Item Fields
- A new
item_typefield has been added to thepropertiesdictionary specifically for apparel authentication items. This field identifies the type of apparel (e.g., tops, dresses).- Like other property fields, it includes both an
idand adisplayvalue. - The
displayvalue is localized based on theAccept-Languageheader provided in the request.
- Like other property fields, it includes both an
New Values
"apparel"has been added as a possible value for theactivity.product_categoryfield to support the new apparel authentication category.