/services/webshop/v1/settings/get
Auth
| Header | Type | Description | Example |
|---|---|---|---|
X-RateLimit-Limit |
integer | Maximum number of requests allowed per minute | 60 |
X-RateLimit-Remaining |
integer | Number of requests remaining in the current window | 57 |
| Field | Type | Description |
|---|---|---|
error |
boolean | |
message |
string | |
data |
mixed[] |
| Header | Type | Description | Example |
|---|---|---|---|
X-RateLimit-Limit |
integer | Maximum number of requests allowed per minute | 60 |
X-RateLimit-Remaining |
integer | Number of requests remaining in the current window | 57 |
| Field | Type | Description |
|---|---|---|
error |
boolean | |
message |
string | |
data |
object | |
data.currency |
mixed | |
data.country |
string | |
data.language |
string | |
data.order_prefix |
string | |
data.order_starting_number |
string | |
data.max_order_number |
string | |
data.max_invoice_number |
string | |
data.invoice_prefix |
string | |
data.invoice_starting_number |
string | |
data.agreement_url |
string | |
data.pdf_header_legal_info |
mixed | |
data.pdf_invoice_footer_text |
mixed | |
data.invoice_enable |
mixed | |
data.package_slip_enable |
mixed | |
data.email_bcc |
mixed | |
data.email_cc |
mixed | |
data.webshop_email_to |
mixed | |
data.prices_inclusive_tax |
string | |
data.show_prices_inclusive_tax |
string | |
data.show_tax_label_in_categories |
string | |
data.mollie_test_mode |
string | |
data.mollie_live_api_key |
string | |
data.mollie_test_api_key |
string | |
data.mollie_profile_id |
string | |
data.stripe_test_mode |
string | |
data.stripe_live_publishable_key |
string|null | |
data.stripe_test_publishable_key |
string|null | |
data.stripe_live_secret_key |
string|null | |
data.stripe_test_secret_key |
string|null | |
data.enable_wire |
string | |
data.wire_title |
string | |
data.wire_description |
string | |
data.enable_pay_on_pickup |
string | |
data.pay_on_pickup_title |
string | |
data.pay_on_pickup_description |
string | |
data.default_products_template |
string | |
data.default_categories_template |
string | |
data.shoppingcart_page_id |
string | |
data.checkout_page_id |
string | |
data.thankyou_page_id |
string | |
data.translation_code |
string | |
data.shipping_methods |
object|null | |
data.shipping_methods_group |
string | |
data.products_per_row |
integer | Display settings |
data.products_filters_per_row |
integer | |
data.redirect_to_cart_after_add |
mixed | Cart behavior |
data.ga4_measurement_id |
string|null | Advanced Ecommerce Tracking |
data.ga4_api_secret |
string|null | |
data.pages |
object[] | |
data.product_layouts |
object[] | |
data.category_layouts |
object[] |
| Field | Type | Description |
|---|---|---|
message |
string | Errors overview. |
errors |
object | A detailed description of each field that failed validation. |
| Header | Type | Description | Example |
|---|---|---|---|
X-RateLimit-Limit |
integer | Maximum number of requests allowed per minute | 60 |
X-RateLimit-Remaining |
integer | Number of requests remaining in the current window | 57 |
| Field | Type | Description |
|---|---|---|
error |
boolean | |
message |
string |
| Header | Type | Description | Example |
|---|---|---|---|
X-RateLimit-Limit |
integer | Maximum number of requests allowed per minute | 60 |
X-RateLimit-Remaining |
integer | Number of requests remaining in the current window | 57 |
| Field | Type | Description |
|---|---|---|
error |
boolean | |
message |
string |
| Header | Type | Description | Example |
|---|---|---|---|
X-RateLimit-Limit |
integer | Maximum number of requests allowed per minute | 60 |
X-RateLimit-Remaining |
integer | Number of requests remaining in the current window | 57 |
Retry-After |
integer | Seconds until the rate limit resets | 60 |
| Field | Type | Description |
|---|---|---|
error |
boolean | |
message |
string |
curl -X POST "https://api.wemasy.nl/api/services/webshop/v1/settings/get" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Accept: application/json"
fetch('https://api.wemasy.nl/api/services/webshop/v1/settings/get', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_TOKEN',
'Accept': 'application/json' }})
.then(r => r.json())
.then(data => console.log(data));
$response = Http::withToken('YOUR_API_TOKEN')
->accept('application/json')
->post('https://api.wemasy.nl/api/services/webshop/v1/settings/get');
$data = $response->json();
import requests
headers = {
"Authorization": "Bearer YOUR_API_TOKEN",
"Accept": "application/json"
}
r = requests.post("https://api.wemasy.nl/api/services/webshop/v1/settings/get", headers=headers)
print(r.json())
{
"error": false,
"message": "string",
"data": {
"currency": "string",
"country": "string",
"language": "string",
"order_prefix": "string",
"order_starting_number": "string",
"max_order_number": "string",
"max_invoice_number": "string",
"invoice_prefix": "string",
"invoice_starting_number": "string",
"agreement_url": "string",
"pdf_header_legal_info": "string",
"pdf_invoice_footer_text": "string",
"invoice_enable": "string",
"package_slip_enable": "string",
"email_bcc": "string",
"email_cc": "string",
"webshop_email_to": "string",
"prices_inclusive_tax": "string",
"show_prices_inclusive_tax": "string",
"show_tax_label_in_categories": "string",
"mollie_test_mode": "string",
"mollie_live_api_key": "string",
"mollie_test_api_key": "string",
"mollie_profile_id": "string",
"stripe_test_mode": "string",
"stripe_live_publishable_key": "string",
"stripe_test_publishable_key": "string",
"stripe_live_secret_key": "string",
"stripe_test_secret_key": "string",
"enable_wire": "string",
"wire_title": "string",
"wire_description": "string",
"enable_pay_on_pickup": "string",
"pay_on_pickup_title": "string",
"pay_on_pickup_description": "string",
"default_products_template": "string",
"default_categories_template": "string",
"shoppingcart_page_id": "string",
"checkout_page_id": "string",
"thankyou_page_id": "string",
"translation_code": "string",
"shipping_methods": {},
"shipping_methods_group": "string",
"products_per_row": 0,
"products_filters_per_row": 0,
"redirect_to_cart_after_add": "string",
"ga4_measurement_id": "string",
"ga4_api_secret": "string",
"pages": [],
"product_layouts": [],
"category_layouts": []
}
}