{%- comment -%}Start REST and GraphQL definitions{%- endcomment -%}
{% json fulfillment_request_options %}
"notify_customer": false,
{%- comment -%} Feed compiler with dummy values to evaluate permissions required.{%- endcomment -%}
{% assign order_fulfillment_endpoint = "/orders/123456/fulfillments.json" %}
{% assign fulfillment_request_options["path"] = order_fulfillment_endpoint %}
{% assign result = fulfillment_request_options | rest %}
{%- comment -%}END REST and GraphQL definitions{%- endcomment -%}