I’m pulling a list of PayPal transactions for processing into our CRM and amongst the transactions are some Shopify payments made, obviously with PayPal.
Within this object I get an invoice_id element with a value that looks like this: c2648348129325.1.
I believe this value is the checkout ID. I want to build a deep link to the order and store that in our CRM.
How can I translate the invoice_id into a order number so that I can generate a link that looks like the below?
Had a closer look at your question here. I’m not familiar with the id’s returned by Paypal that would be best suited to mapping the results to an order id in Shopify. As a first step it may be best clarify this information with Paypal directly. That said if you are using the REST API, the TenderTransactions API can return an order.id if you can provide a tenderTransaction.id. Or if you have other identifying parameters from the transaction e.g processed_at time. This may also allow you to source the order.id. Hope that helps your search!