We are successfully creating B2B draft orders using Shopify API but the price is getting fetched from the product page when we pass a product variant ID.
How can we fetch prices from a given catalog instead?
For example, let’s say we have
a company A,
a product B
and a catalog C.
Product B price is defined as $10 in the product page and as $8 in the catalog C assigned to the company A.
When we create a draft order containing product B for the company A using API, the $10 price is fetched.
How can we fetch the $8 price from the catalog C instead?
I just tested this out, and I was able to get the correctly calculated prices on my end. So my thinking is there probably is a small issue with configuration.