You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`client_id`| string |**Yes**| — | OAuth2 client ID for authenticating with the GLS API|
17
+
|`client_secret`| string |**Yes**| — | OAuth2 client secret for authenticating with the GLS API|
18
+
|`contact_id`| string | No |`""`| GLS contact ID used in some API requests (see note below)|
19
+
|`ship_it_api_url`| string | No |`https://api.gls-group.net/shipit-farm/v1/backend/rs`| GLS ShipIT API base URL|
20
+
|`auth_url`| string | No |`https://api.gls-group.net/oauth2/v2/token`| GLS OAuth2 token endpoint — must end in `/token`|
21
+
|`shipper`| GLS_SHIPPER | No | —| Default shipper address used when no shipper is provided in the shipment data |
22
22
23
23
> **`contact_id`:** This identifier is required for certain shipment operations (e.g. end-of-day reports and some services). It is issued by GLS support — contact them directly to request it.
Copy file name to clipboardExpand all lines: docs/Actions/GLS/quick-start.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ This guide walks you through creating your first GLS shipment using the GLS Acti
13
13
14
14
Follow the [Installation Guide](../../Guides/installation.md) to deploy the GLS Action, then set the following configuration values in your Hercules admin panel (or `.env` file):
0 commit comments