Hello, I am developing an app with a recurring application charge. However, tracking frozen state is difficult and there are not enough documents, so I have a few questions. 1. If merchat change Sh...
Hello. This is an inquiry related to Rest API. Shopify object Common id values are seen as descending into numeric types. As an exception, the id value of ShippingLine is confirmed as a string type...
Nov 29, 2020
I have a liquid template related question. What is standart sort order of liquid object? In particular, I am curious about the sort order of order items, cart items, and tags.
No content to show
User Activity
07-29-2024
How do I know if the manual payment gateway is true or false when I look up an order with GraphQL? In admin api, I can look up the transaction, but I can't look up the information in graphQL.I'm trying to make an api that can process a refund and I n...
It states in the api documents that the max value for the field "price" is 10000.0 when creating a RecurringApplicationCharge but values over 10000 were allowed when I tested this api.Could this a bug or have the api documents not been updated?or hav...
08-29-2023
Hi. I got some weird response from out customer's product API, which is a minimum value of variants position of product is not 1, but is 43 or 2 or something else. So, I thought that minimum value of position replaces position 1. Is that true?Or, Is...
Hi I am also curious about the situation that there is no position = 1.Is it also kind of 'incorrect position'?
Thanks for your reply. X-Request-Id: 039e1907-b87a-4426-b170-b79dc9478418 Also, Can I ask the following questions?I got some results which doesn't include position = 1 but include position = 47, 48 something. I thought that position means 'the smalle...
Hi, this is hoo. We currently use products/create webhook, and GET products REST API.While we using products/create webhook and GET products REST API, we found that there were so many cases which position == null, also there were no position == 1 va...
Hello, I have a question about the Protected customer data requirements that are needed for API version 2022-10.https://shopify.dev/apps/store/data-protection/protected-customer-data#requirementsLevel 1 requirement #9 says,"Encrypt data at rest and i...
Same for me
I would like to get customer info on the order status page (thank_you page at the end of a checkout) It is possible to get customer.id from the liquid customer object when the orderer is logged in.However, threre are no references to the liquid objec...
I use shopify webhook. In shopify developer, there isnt PICKED_UP status, in fulfillemnt, shipment status.Is there any document that i couldnt find??also, if PICKED_UP status exist. how to make that status.I can't make picked_up status in shopify adm...
In rest order api document, there are not expired, overdue status in financial status. but In shopify help center manual document, there are overedue and expired.when order is expired or overdue. how does financial status show?
The first issue is that inputting a phone number in the highlighted area does not update the phone field that directly belongs to the customer object. This only updates the phone field inside an address of a customer.However, the phone field that dir...
01-12-2022
CustomerのsmsMarketingConsentがアップデートされないイシューがあります!チェックアウトの時チェックボックスをチェックして携帯番号を入力してもAdmin REST Apiで Customer情報をGETしてみるとsmsMarketingConsent=nullとなっていました。ここで、Customerの住所ではなくCustomerのプロフィールに直接に保存されるPhoneフィールドがuniqueな値であればsmsMarketingConsent.state=not_sub...
Having similar problems here.After going through a similar checkout process at my test store, checking the "text me" checkbox for sms marketing and so on, the customers_marketing_consent/update webhook I installed was not triggered. To check if the ...
11-01-2021
Hello, using Shopify's webhookI want to detect the delivery start and delivery completion of a product or order without duplication.With the current Order or Fulfillment webhook, it seems possible to send multiple webhooks under the same delivery sta...