Fixes:
- Prevent
CatalogApi
,SmallAndLightApi
, andMerchantFulfillmentApi
models from overwriting each other during codegen. All three Swagger models all had schema types calledItem
, which have now been renamed toCatalogItem
,FBAItem
, andFBMItem
, respectively. - Remove PHP reserved keywords from some
CatalogApi
schema types, to prevent theObjectSerializer
from wrongly assuming they had different names than they actually did at runtime.
Improvements:
- Support the A+ Content API