No content to show
User Activity
05-07-2021
Thank you I will check on monday and let you know. authorizationCode is returning a different number so I will have to check with our accounting guys. Thanks a lot for helping out!
05-07-2021
Hi _JCC_, thanks a lot for responding Its pretty simple - I need the number thats in checkout ID because our accounting software is pairing payments from bank based on this number. So I need to somehow get the checkout ID that was associated with t...
05-06-2021
Basically - when I call order with REST I get this:"browser_ip": "something","buyer_accepts_marketing": true,"cancel_reason": null,"cancelled_at": null,"cart_token": null,"checkout_id": important_id_here,"checkout_token": "some_token_here","client_de...
05-05-2021
Hey guys, I am in a bit of a jam here. I am pulling orders from Shopify GraphQL and processing them a bit later. In REST Api on GET to orders.json you can get checkout_id value. Its a checkout associated with the completed order. I can't find anythin...