List prices
Generic prices endpoint covering both base prices and price-list
overrides. Filter with Ransack: q[price_list_id_eq]=…,
q[currency_eq]=USD, q[price_list_id_null]=true (base prices only).
The admin spreadsheet uses this with server-side pagination so it
scales past the metadata-PATCH path on /price_lists/:id.
Required scope: read_products (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Query Parameters
Comma-separated sort keys. Supports e.g. variant_product_name,variant_id.
Comma-separated associations to embed. Supported: variant.
Spree Admin SDK

