CASH_REGISTER_DEFAULTS

Type: object Default: {"staff_id": "232", "staff_email": "...", "store_id": "123"} Description: Fallback store staff information used in CashRegisterPage when building the store info payload. Keys: staff_id, staff_email, store_id. Overridden by the request headers X-STORE-STAFF-REMOTE-ID, X-STORE-STAFF-EMAIL, and X-STORE-REMOTE-ID respectively. Because the serializer enforces all five store headers as required, these defaults are only applied as a base layer and are always superseded in practice.

Last updated

Was this helpful?