ecforce API v2
The ecforce platform REST API. Version 2 splits into v2/admin (administrator-scoped, mirroring the ecforce management screens) and v2/customer (shopper-scoped, mirroring My Page). Responses are JSON:API shaped — a data[] document with type/id/attributes/relationships plus an included[] compound-document array driven by an include query parameter — and collection filtering uses Ransack-style q[_] parameters. Authentication is a per-merchant API connection user whose access token is sent as Authorization: Token token="". The API is a paid contract option and the reference is served only to authenticated customers.