rest
rest
will allow you to perform Shopify actions with use of Shopify REST API.
It accepts a JSON object as a parameter.
Here is an example input object that would be used to create fulfillment via REST API.
Above can be used together with rest
filter to create fulfillment for order: 1234567.
fulfillment_result
is going to store response returned from shopify. If we want to access newly created fulfillment we would do with with following syntax: fulfillment_result.body.fulfillment
rest
input object has one required parameter which is path
. You can always look up path for every Shopify resource in official Shopify REST documentation:
Last updated