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

编写通过id数组获取shopify的location数据

parent a132981c
......@@ -86,4 +86,13 @@ interface ShopifyServiceInterface
*/
public function updateFulfillmentTracking($fulfillmentId, $params, $shopifySiteId);
/**
* 通过id数组获取shopify的location数据
* @param $ids
* @param string[] $columns
* @return array 默认keyBy('id')
* @author zero
*/
public function getLocationsByIds($ids, $columns = ['*']);
}
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