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

优化提示

parent 6a8464e6
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
namespace Meibuyu\Micro\Service\Interfaces\Product; namespace Meibuyu\Micro\Service\Interfaces\Product;
use Meibuyu\Micro\Exceptions\HttpResponseException;
interface ShopifyServiceInterface interface ShopifyServiceInterface
{ {
...@@ -53,9 +55,12 @@ interface ShopifyServiceInterface ...@@ -53,9 +55,12 @@ interface ShopifyServiceInterface
/** /**
* 为shopify订单创建发货记录 * 为shopify订单创建发货记录
* @param int $orderId * @param int $orderId
* @param array $params https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#create-2020-07 * @param array $params
* 参数示例: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#create-2020-07
* location_id不传会默认拿取系统有的数据,拿不到报错
* @param int $shopifySiteId * @param int $shopifySiteId
* @return mixed * @return mixed
* @throws HttpResponseException
* @throws \Exception * @throws \Exception
* @author Zero * @author Zero
*/ */
......
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