Get compatible AutoID related products
get_related_productsReturns first-party related catalog entities for a model or exact SKU. Compatibility evidence comes only from product_tag; relation type comes from WooCommerce product_cat. Supported relation types: accessory, consumable, software, service_contract, or all. For accessory and consumable, default availability=available means stock_autoid > 0 OR stock_distributie > 0; results with AutoID stock are prioritized before distribution-only results. Out-of-stock products are extra catalog information and are omitted by default: request availability=out_of_stock or availability=all explicitly if needed. Software and service contracts are not stock-managed and remain eligible with availability=available. Returned commercial cards expose pricing.ron_display when WooCommerce RON pricing exists; prefer inc-VAT for Romanian customer-facing answers. Use category with an exact WooCommerce category slug to narrow large sets, for example ribboane-imprimanta, role-de-etichete or intretinere-imprimante.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Keep this small for MCP context. Use pagination rather than requesting huge result sets. | |
| offset | No | ||
| target | Yes | AutoID model/group SKU or exact product SKU, for example ZT610 or MC930B-GSHDG4RW. | |
| category | No | Optional exact WooCommerce product_cat slug used as a deterministic filter. | |
| availability | No | available | |
| relation_type | No | all |