Hey there,
I can’t find a way to create a checkout url after creating an Order using GraphQL.
Any ideas? since Storefront will be deprecated and RestAPI is already.
Cheers
Hey there,
I can’t find a way to create a checkout url after creating an Order using GraphQL.
Any ideas? since Storefront will be deprecated and RestAPI is already.
Cheers
If you must operate only within the Admin API, create a Draft Order and use its invoiceUrl
(you can send it to customers to complete payment).