ReferenceSettings
Get shipping settings
Returns the shipping-related subset of site settings (Bpost integration).
AuthorizationBearer <token>
Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.
In: header
X-Nimbu-Site<token>
Identifier of the site context when authenticating with a personal access token.
In: header
Response Body
application/json
curl -X GET "https://example.com/settings/shipping"{
"bpost_integration_enabled": true,
"bpost_label_qty": 0,
"bpost_refcode": "string"
}