Discussing APIs and development related to customers, discounts, and order management.
Hi,
During payment, I can receive id and gid from shopify:
{ "id": "9slM-gtDTb0vjsCdQgiMc-97", "gid": "gid://shopify/PaymentSession/9slM-gtDTb0vjsCdQgiMc-97",
...
...
}
However, I need the order name.
How can I get the order name if I only have below?
"id": "9slM-gtDTb0vjsCdQgiMc-97"
"gid": "gid://shopify/PaymentSession/9slM-gtDTb0vjsCdQgiMc-97",
Trying and following the example on https://shopify.dev/api/admin-graphql/2021-10/queries/order#section-examples, I am not able to receive name using "9slM-gtDTb0vjsCdQgiMc-97"
Thanks,
Christian
I have the same problem, need to get the id/name of the order that has created with my custom payment method (using payment app). @AsiaPay Do you find the way to have this?
Were you able to figure this out?