Skip to content

Commit

Permalink
make fulfillment api as parent resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin committed Oct 6, 2022
1 parent 8b2c2a0 commit 4d49e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ShopifySDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* @property-read DiscountCode $DiscountCode
* @property-read DraftOrder $DraftOrder
* @property-read Event $Event
* @property-read Fulfillment $Fulfillment
* @property-read FulfillmentService $FulfillmentService
* @property-read GiftCard $GiftCard
* @property-read InventoryItem $InventoryItem
Expand Down Expand Up @@ -131,6 +132,7 @@
* @method DraftOrder DraftOrder(integer $id = null)
* @method DiscountCode DiscountCode(integer $id = null)
* @method Event Event(integer $id = null)
* @method Fulfillment Fulfillment(integer $id = null)
* @method FulfillmentService FulfillmentService(integer $id = null)
* @method FulfillmentOrder FulfillmentOrder(integer $id = null)
* @method GiftCard GiftCard(integer $id = null)
Expand Down Expand Up @@ -186,6 +188,7 @@ class ShopifySDK
'DiscountCode',
'DraftOrder',
'Event',
'Fulfillment',
'FulfillmentService',
'FulfillmentOrder',
'GiftCard',
Expand Down

0 comments on commit 4d49e3b

Please sign in to comment.