We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa35f44 commit b2c298dCopy full SHA for b2c298d
lib/FulfillmentOrder.php
@@ -1,8 +1,5 @@
1
<?php
2
/**
3
- * Created by PhpStorm.
4
- * @author Mark Solly <mark@solly.com.au>
5
- * Created at 5/21/21 11:27 AM UTC+10:00
6
*
7
* @see https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder Shopify API Reference for Fulfillment Order
8
*/
@@ -15,6 +12,7 @@
15
12
* FulfillmentOrder -> Child Resources
16
13
* --------------------------------------------------------------------------
17
14
* @property-read FulfillmentRequest $FulfillmentRequest
+ * @property-read Fulfillment $Fulfillment
18
19
20
* Fulfillment -> Custom actions
@@ -38,7 +36,8 @@ class FulfillmentOrder extends ShopifyResource
38
36
* @inheritDoc
39
37
40
protected $childResource = array (
41
- 'FulfillmentRequest'
+ 'FulfillmentRequest',
+ 'Fulfillment'
42
);
43
44
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments