No content to show
User Activity
04-12-2023
We have the scheduled triggers on our account. However, (unless I am missing it), I do not see how to create a trigger based on price to add a tag. We are trying to add tags automatically for "finalsale" to products when the price/compare price <= ...
I have found a solution using REST API. It is now possible to use the Shopify Flow app to write the External ID to Customer Notes. Then using Rest API, you can get the External ID from the "note" field in the API.
Shopify Plus, using Rest API 04-2023 (we have also looked in unstable). The "order" object returns a value for company.id. This is the Shopify ID for the company. We should be able to use that to obtain the company object from the API We have enter...
I think we figured it out (our problem is we use REST and it doesn't have the value)Change to the newest API. REST API pulls back the Company ID.GraphQL has company.externalID field
did you ever get an answer here? Can't get it from the Rest API. It's not in a Shopify Flow to add a note. How do we access and use this as a B2B and get this information into our ERP if it doesn't exists?