这里是商家谈论应用的区域。 哪些应用最适合您?
我使用SDK https://github.com/Shopify/shopify-api-php 调用fulfillment接口进行发货 https://shopify.dev/api/admin-rest/2022-10/resources/fulfillment#post-fulfillments
这是我的调用代码
$fulfillment = new \Shopify\Rest\Admin2022_10\Fulfillment($offlineSession);
$fulfillment->message = "The package was shipped this morning.";
$fulfillment->notify_customer = false;
$fulfillment->tracking_info = [
"number" => 9400111202565851502441,
"url" => "https://www.my-shipping-company.com",
"company" => "USPS"
];
$fulfillment->line_items_by_fulfillment_order = [
[
"fulfillment_order_id" => 5206245736770
]
];
$fulfillment->save(true);
返回结果为
请问是什么原因?要怎么解决?
线上购物正在变得越来越流行,它也是支持小型企业的好方法。在线购物从来没有像今天这样重要,但作为消费者,如何确认你购买的产品或服务来自合法商家呢?
By gina826 Nov 12, 2023Google & YouTube 是中国商家在 Shopify 后台安装率最高的销售渠道之一。但是,在 Google & YouTube 销售渠道的使用中,商家经常可以看到 Goo...
By gina826 Oct 29, 2023