Hello, currently I’m having an issue posting a product to a specific store. When posting a new product using
/admin/api/2023-04/products.json
it returns an OK response, however the product object it should be returning is null.
Some things I have tested:
-When posting the same request to my own test store, the product object is returned fine.
-Other API calls to the store return fine (location, products, etc)
-We found that the customer’s store was not live initially. We guided them through the launch checklist, however the issue still remains.