No content to show
User Activity
10-27-2022
藍No API about this,what you can do is edit it in admin ui manual
10-27-2022
用户发起退货后会引发退货事件发生,从Event中查找关键字即可
10-27-2022
没什么办法,服务器在国外时常掉线要么挂代理,要么重试,你是开发者的话应该添加重试逻辑呀?
Thanks for your reply!珞, I'm not find this because use the old version api,may be I will update to latest later, thanks a lot!
10-21-2022
Shopify退件会引发事件,所以你应该通过EventService去获取订单是否有退件但是无法获知退件详情EventService eventService = new EventService(storeUrl, accessToken);var eventFilter = new EventListFilter{Verbs = "return_created"};eventService.ListAsync(order.Id, "Order", eventFilter)
10-21-2022
Mark this question and i want to know if have any method can change product category by rest api...樂
Product categories · Shopify Help CenterOnly have a doc here
Any suggestion is thankful
is it possible across API set product category?what i can do now is set product type,but when i manual set product category in websit,any update by API will clear the category,i dont know why..