Order Transactions API - Hands-on Lab

Lesson 25 of 26 · 15 min

In this lab, you will:

  • GET Transactions

Prerequisites

  • BigCommerce store (sandbox or live)
  • Basic knowledge of APIs
  • REST client (Postman)

GET Transactions

  1. Copy and paste the request below into Postman
https://api.bigcommerce.com/stores/{{store_hash}}/v3/orders/{order_id}/transactions
  1. Replace {order_id} with the ID of an order in the store
  2. Select GET next to the request url
  3. Click the Send button
  4. Observe response