I am working on checkout api here is link https://help.shopify.com/en/api/reference/sales-channels/checkout#create_payment_session. When i am creating checkout i am getting invalid variant_id...
No content to show
User Activity
01-21-2020
@Josh I am also getting same error. can you please look into this. FYI checkout_api_supported is enabled for the shop.Here might be required information for debugX-Request-ID -> 28a944d0-4132-48ca-bbea-3cb415bf02f3Store is -> topfantest.myshopify.co...
01-21-2020
@hassain When i am creating checkout i am getting "Checkout System disabled" error and code is "403". below are the info you might required X-Request-ID -> 28a944d0-4132-48ca-bbea-3cb415bf02f3Store is -> topfantest.myshopify.comIts urgent can you pl...
12-09-2019
@hassain Yes we can find shipping rates, but we have to created a checkout for it. I want to know that is there an api to calculate these shipping rates for draft order? We don't want to create a checkout then fetch the shipping rates.As in shop admi...
12-06-2019
@hassain Ok, got it.I have one question regarding calculation of shipping cost for draft order.For draft order if we have to add shipping_line "shipping_line": {
"handle": "shopify-Standard%20Shipping-8.00",
"price": 0.0,
"title": "Free Shippin...
12-04-2019
@hassain For require shipping false here is request idX-Request-Id →71b5a173-f403-4ebc-8933-9848ca944f5aRequest Body{
"checkout":{
"email": "akhtar.ali+22@kiwitech.com",
"line_items": [{
"variant_id": 31447125590094,
"quantity":...