ZV-2026-0104 · 2026-08-17 · store-odebi8ye4k-1.mybigcommerce.com
store-odebi8ye4k-1.mybigcommerce.com: Field id was removed from get_product_details input; consumers still sending it may be rejected or silently ignored.
breaking
What changed
Field id was removed from get_product_details input; consumers still sending it may be rejected or silently ignored. New required field productIds on get_product_details; requests without it will fail. Field product was removed from get_product_details output; consumers reading it will break.
What to do
If your agents call store-odebi8ye4k-1.mybigcommerce.com, pin the new snapshot, patch the affected call sites, and let a green contract check confirm the fix. If you don't use the changed tools, nothing is required, but the rest of the ecosystem just learned about it at the same moment you did.
The redline
− id Field id was removed from get_product_details input; consumers still sending it may be rejected or silently ignored. − productIds New required field productIds on get_product_details; requests without it will fail. − product Field product was removed from get_product_details output; consumers reading it will break. − Get product details (variants and images) by product ID. Arguments: id - the ID of the … + Get product details (variants, options and images) by product ID(s). Arguments: productI… get_product_details + channelId Optional field channelId was added to get_product_details; may shift model behaviour. + products Field products was added to get_product_details output. + totalCount Field totalCount was added to get_product_details output. − Search products by a term Arguments: term - the search term to look for products. It sho… + Search products by a term Arguments: term - the search term to look for products. It sho… search_products − option_values Field option_values on get_product_details is no longer required.