Skip to main content
GET
Get Order Variables

Overview

Returns the available payment methods and shipping methods used in the system.

Headers

string
required
Your API access token

Response

boolean
true if successful
object
Object containing payment and shipping method arrays

Examples

Success Response (200)

Error Response (401)

Use Cases

Fetch and cache variables when POS starts.
Map payment/shipping keys to display names.
Create dropdown filters in POS interface.
Validate incoming order data.

Caching Strategy

These values rarely change. Cache them locally to avoid unnecessary API calls.

Payment Methods

Shipping Methods

Get Current Orders

Orders use these payment/shipping methods

Get Cancel Reasons

Another variables endpoint