跳至主要内容

Campaign, user, report, and virtual store item endpoints removed

What's new

Four Stores endpoints have been removed, along with the UserStoreItem, VirtualSKUStat, and VirtualStoreItemUser schemas that only they used. This is a breaking change with no prior deprecation.

Impact

Requests to any of these paths will now return a 404. Store item reads are still available through get_all_store_items and get_store_items, and store items are still deleted with delete_store_item or bulk_delete_store_items, which take the parent store ID.

Changes

ResourceChange
get_campaign_store_itemsRemoved GET /v1/store_items/campaign/{campaign_id}
get_user_store_itemsRemoved GET /v1/store_items/user/{user_id}
get_virtual_sku_statRemoved GET /v1/store_items/report
delete_virtual_store_itemRemoved DELETE /v1/store_items/virtual/{store_item_id}
ComponentsRemoved the UserStoreItem, VirtualSKUStat, and VirtualStoreItemUser schemas

Upgrade

需要技术支持?
联系我们的集成技术团队: [email protected]