No content to show
User Activity
After trying multiple times, it appears to me that nextBillingDate on Subscriptions Contract is always calculated as per the logic below:Checkout Date (in UTC DateTime) + billing intervalCount * billing interval - 5hrsIn this regards, can somebody pl...
02-02-2021
I created a prepaid selling plan with the following configuration: billingPolicy: { recurring: {
interval: MONTH
intervalCount: 3
anchors: [
{
type: MONTHDAY,
day: 15
}
]
}}
deliveryPolicy: { re...
Please provide the e.t.a. for support of the following access scopes in Shopify GraphQL App:read_own_subscription_contractswrite_own_subscription_contracts
You can check subscriptions eligibility requirements here: https://help.shopify.com/en/manual/products/subscriptions/setup#eligibility-requirements
Hi,With the current version of the Subscriptions API, is it possible to setup a subscription plan that delivers more than once in an interval.For example:A monthly subscription plan that delivers on the 10th and 20th day of every month.A weekly subsc...
01-26-2021
Thanks for your quick response.
01-25-2021
Hi,Thanks for setting up this forum focused on the Subscriptions API. I have been working with this API for some time now and looking for answers to the following questions:1) In the SellingPlanRecurringDeliveryPolicy object, anchors field is defined...