Skip to content

Commit 8b2c2a0

Browse files
author
Jin
committed
added fulfillment update_tracking action
1 parent f931765 commit 8b2c2a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Fulfillment.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* @method array complete() Complete a fulfillment
2525
* @method array open() Open a pending fulfillment
2626
* @method array cancel() Cancel a fulfillment
27+
* @method array update_tracking(array $data) Updates the tracking information for a fulfillment.
2728
*
2829
*/
2930
class Fulfillment extends ShopifyResource
@@ -47,5 +48,6 @@ class Fulfillment extends ShopifyResource
4748
'complete',
4849
'open',
4950
'cancel',
51+
'update_tracking',
5052
);
51-
}
53+
}

0 commit comments

Comments
 (0)