File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Created by PhpStorm.
4- * @author Mark Solly <mark@solly.com.au>
5- * Created at 5/21/21 11:27 AM UTC+10:00
63 *
74 * @see https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder Shopify API Reference for Fulfillment Order
85 */
1512 * FulfillmentOrder -> Child Resources
1613 * --------------------------------------------------------------------------
1714 * @property-read FulfillmentRequest $FulfillmentRequest
15+ * @property-read Fulfillment $Fulfillment
1816 *
1917 * --------------------------------------------------------------------------
2018 * Fulfillment -> Custom actions
@@ -38,7 +36,8 @@ class FulfillmentOrder extends ShopifyResource
3836 * @inheritDoc
3937 */
4038 protected $ childResource = array (
41- 'FulfillmentRequest '
39+ 'FulfillmentRequest ' ,
40+ 'Fulfillment '
4241 );
4342
4443 /**
You can’t perform that action at this time.
0 commit comments