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 1
1
<?php
2
2
/**
3
- * Created by PhpStorm.
4
- * @author Mark Solly <[email protected] >
5
- * Created at 5/21/21 11:27 AM UTC+10:00
6
3
*
7
4
* @see https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder Shopify API Reference for Fulfillment Order
8
5
*/
15
12
* FulfillmentOrder -> Child Resources
16
13
* --------------------------------------------------------------------------
17
14
* @property-read FulfillmentRequest $FulfillmentRequest
15
+ * @property-read Fulfillment $Fulfillment
18
16
*
19
17
* --------------------------------------------------------------------------
20
18
* Fulfillment -> Custom actions
@@ -38,7 +36,8 @@ class FulfillmentOrder extends ShopifyResource
38
36
* @inheritDoc
39
37
*/
40
38
protected $ childResource = array (
41
- 'FulfillmentRequest '
39
+ 'FulfillmentRequest ' ,
40
+ 'Fulfillment '
42
41
);
43
42
44
43
/**
You can’t perform that action at this time.
0 commit comments