Augment every Product in a get_products response with
format_options[]. Returns { response, diagnostics } so callers
can surface projection diagnostics alongside the response's existing
errors[] array (or filter by source: 'sdk' to distinguish SDK
diagnostics from seller-emitted errors).
Idempotent: if the seller is v2-native and every Product already
carries format_options[], returns the response verbatim with no
diagnostics.
Augment every Product in a
get_productsresponse withformat_options[]. Returns{ response, diagnostics }so callers can surface projection diagnostics alongside the response's existingerrors[]array (or filter bysource: 'sdk'to distinguish SDK diagnostics from seller-emitted errors).Idempotent: if the seller is v2-native and every Product already carries
format_options[], returns the response verbatim with no diagnostics.