Price Parrot
API v1
Store settings
This endpoint returns the settings and limits of the current store.
Request URL
GEThttps://api.priceparrot.io/settings
Responses
200 Success
//Returns a store object with the active settings and limits.
{
"name": "store",
"package": "premium",
"package_end": "2020-01-20",
"product_limit": 200,
"product_limit_remaining": 135,
"status": "in_trial",
"website": "store.priceparrot.io",
"currency": "EUR",
"country": "NL",
"convert_currency": true,
"convert_inclvat": true,
"liveupdate_enabled": true,
"liveupdate_webhook": "store.priceparrot.io/webhook_priceparrot",
"liveupdate_interval": 5
}
Save store settings
Save store settings
Request URL
PUThttps://api.priceparrot.io/settings
Request body
| Field | Type | Required | Description |
|---|---|---|---|
| storesettings | json | Yes | The store settings as JSON object |
Responses
200 Success400 Missing or incorrect parameter
//Action completed succesfully.