No content to show
User Activity
01-22-2024
Does it also depend on the card company whether you can make regular purchases with a "VISA prepaid card"?
01-14-2024
I have been asked if it is possible to pay with a prepaid card using SubscriptionAPI.Is this possible?https://help.shopify.com/ja/manual/products/purchase-options/subscriptions/setup(I am referring to this document, but I am not able to determine the...
承知いたしました。ありがとうございました。
ありがとうございます。Group名を別にした場合、期待するJSONデータが返却されるようになりました。 状況整理すると、異なるIDのプラングループを紐づけても名前が同一のものは1つのプラングループとなるようマージされる仕様(バグではなく)となっている。という解釈でよろしいでしょうか。
こちらでよろしいでしょうか。https://lachaton.jp/products/test.js 該当のストア様の商品となります。こちらの商品は3つのバリエーションが有り、「1week」・・・プラングループ紐づけ無し「お得用1ヶ月」・・・プラングループID「77200916763」を紐づけ「お得用3ヶ月」・・・プラングループID「77200949531」を紐づけといった構成になっています。(gidからShopifyの管理部分の文字列は省略しています)
日本語で失礼します。対象の商品は下記となります。https://lachaton.jp/products/test.js^ こちらのJSONデータで提供される情報として、下記のように1プラングループに対し、2プラン紐づけがあるようなJSONデータが返却されています。 {
"selling_plan_groups": [
{
"id": "168e14bb2598ba7406f54360cedcbd7436f2815a",
...
I have an additional question: Is there a mechanism to change the status of a contract that is marked "Contract is under review" so that it can be paid from the app?Even though the document provides guidance on how to prevent this from happening in a...
I have an additional question: Is there a mechanism to change the status of a contract that is marked "Contract is under review" so that it can be paid from the app?Even though the document provides guidance on how to prevent this from happening in a...
thank you. You can check it here.
10-01-2023
The following error occurs when executing mutation of billingAttemtsCreate.Contract is under review This problem has been occurring since October 1st. What is the cause of this message?Also, will there be any changes to the specifications on Shopify?
Thank you for your reply. yes. I understand their behavior.The problem is that even though multiple plan groups are linked, the JSON data is treated as if it were a single plan group.The JSON data provided by Shopify is inconsistent with the informat...
As a prerequisite, this API is used to obtain sellingPlan information.https://shopify.dev/docs/api/ajax/reference/product#get-locale-products-product-handle-jsFor a product that includes three variations, if you associate plan group A with the first ...
08-21-2023
A discount of 1950JPY was applied to the order from the contract with the discount below, is this a bug?Of the hundreds of orders in the past, only one event was confirmed. {
"discounts": {
"edges": [
{
"node": {
"id": "...
I have 168 products associated with this shipping profile, why can't I see any products in my Shopify admin? gid://shopify/deliveryProfile/78648410244
I know that the originOrder from which it was created exists separately. The problem this time is not originOrder or not.The problem is that there is no Order in the BillingAttempt information even though the payment was made through the Subscription...