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
| Resource | Change |
|---|---|
| get_campaign_store_items | Removed GET /v1/store_items/campaign/{campaign_id} |
| get_user_store_items | Removed GET /v1/store_items/user/{user_id} |
| get_virtual_sku_stat | Removed GET /v1/store_items/report |
| delete_virtual_store_item | Removed DELETE /v1/store_items/virtual/{store_item_id} |
| Components | Removed the UserStoreItem, VirtualSKUStat, and VirtualStoreItemUser schemas |
Upgrade
- Replace campaign and per-user store item reads with get_all_store_items or get_store_items.
- Replace virtual store item deletion with delete_store_item (or bulk_delete_store_items), passing the store ID that owns the item.
- Drop any code that depends on the
UserStoreItem,VirtualSKUStat, orVirtualStoreItemUserschemas.
需要技术支持?
联系我们的集成技术团队: [email protected]