Bitski home page
Search or ask...
Explore Bitski
Login
Login
Search...
Navigation
Commerce APIs
GET Order
Documentation
Twitter
Overview
Introduction
Products
Bitski Wallet + Self-Custody
Droplinks
WaaS React SDK
Quickstart
Authentication
Signing
Components
Wallet as a Service (WaaS)
Overview
Quickstart
Errors
Pagination
Wallet Creation APIs
Wallet Experience APIs
NFT APIs
Overview
Minting APIs
Commerce APIs
GET
GET Product
GET
GET Products
GET
GET Auction
GET
GET Store
POST
POST Payment Methods
GET
GET Payment Methods
POST
POST Orders
GET
GET Order
PATCH
PATCH Payment
GET
GET Fulfillments
POST
POST Fulfillments
PATCH
PATCH Fulfillments
Droplink APIs
Token Gating APIs
Miscellaneous NFT APIs
Web3 APIs
SDK
Integrations
Get Started
Authentication
Connectors
FAQ
Partners
Commerce APIs
GET Order
Get details about a given order
GET
/
v1
/
orders
/
{orderId}
Try it
Access to this API is available upon request to
sales@bitski.com
.
Path
orderId
string
required
The order id
Examples
Response
order
Order object
required
Show properties
id
string
required
createdAt
string
required
currency
string
required
items
array
required
status
string
required
subtotal
string
required
fees
string
required
taxes
string
required
total
string
required
POST Orders
PATCH Payment