Hi, please could you add support for the OPTIONS method in the HTTP action. https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS The task I am doing is pulling some bundle product structures from an order management system in to Shopify product metafields. I hadn't heard about the OPTIONS method before I started using this API (BrightPearl), basically to get a bunch of product data, you can do a GET request to their API whilst passing in a range of IDs. e.g "1-15,18,20-28". This endpoint is limited, so you could face issues if you wanted a large amount, or if you wanted all products. The OPTIONS method allows you to pass in a bunch of ID(s) and ranges, and it will return the API endpoints you need to hit without going over any limits they have in place. See: https://api-docs.brightpearl.com/product/product/options.html Thanks.