When I go to Settings > Shipping and Delivery, I can configure custom shipping rates and assign specific products to it. I’m trying to make a request to the Shopify REST Admin API, to get the custom shipping rate that was configured for each product. My goal here is just reading the data and see how each product is configured via API request. How can I do that?
Topic summary
Main issue: How to programmatically read the custom shipping rates configured in Settings > Shipping and Delivery and the specific products assigned to each rate using Shopify’s REST Admin API (admin-side endpoints).
Context: The poster only needs read access to audit how each product is configured with custom shipping rates; they are not trying to create or modify rates.
Key question: Which REST Admin API resource/endpoint exposes the association between products and their configured custom shipping rates?
Status: No guidance or solution provided in the thread; the question remains open and unresolved.