Closed amaster507 closed 1 month ago
v2
Url: https://docs.medusajs.com/v2/customization/extend-models/query-linked-records#test-it-out
http://localhost:9000/admin/product/prod_123/brand should be http://localhost:9000/admin/products/prod_123/brand Notice product vs products
http://localhost:9000/admin/product/prod_123/brand
http://localhost:9000/admin/products/prod_123/brand
product
products
Might be good to add note to replace prod_123 with your actual product id that was returned from the previous steps.
prod_123
Nice catch! ~please open a PR to fix it~ Ended up fixing it as part of PR #9236
What Medusa version and documentation are you using?
v2
Preliminary Checks
Issue Summary
Url: https://docs.medusajs.com/v2/customization/extend-models/query-linked-records#test-it-out
http://localhost:9000/admin/product/prod_123/brand
should behttp://localhost:9000/admin/products/prod_123/brand
Noticeproduct
vsproducts
Might be good to add note to replace
prod_123
with your actual product id that was returned from the previous steps.How can this issue be resolved?
prod_123
with actual product id.Are you interested in working on this issue?