Commit dfabfec3 authored by 王源's avatar 王源 🎧

添加为shopify订单创建发货记录RPC方法

parent eebb7d56
...@@ -50,4 +50,15 @@ interface ShopifyServiceInterface ...@@ -50,4 +50,15 @@ interface ShopifyServiceInterface
*/ */
public function updateOrder($orderId, $params, $shopifySiteId); public function updateOrder($orderId, $params, $shopifySiteId);
/**
* 为shopify订单创建发货记录
* @param int $orderId
* @param array $params https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#create-2020-07
* @param int $shopifySiteId
* @return mixed
* @throws \Exception
* @author Zero
*/
public function createOrderFulfillment($orderId, $params, $shopifySiteId);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment