Fasteditor API reference for white Label Administrators
Server
https://{domain_url}/api
Server Variables
apiKey ApiKey
The request needs to include an X-Api-Key header. Make sure this header is not exposed to the browser, so this request needs to be initiated from the backend.
Fields
Key | In | |
---|---|---|
X | Header |
Shopping Cart Item
Delete Shoppingcartitem
Delete Shoppingcartitem
Auth
Path Params
DELETE /shoppingcartitem/{id}
Responses
200
Deleted
Partner-user
Update user Id
Update user id
Auth
Request Body
PUT /partner/user
Responses
200
Success
Delete User
Delete User record
Auth
Query String
DELETE /partner/user
Responses
200
Success
Get User's Products
Get User's Products
Auth
Query String
GET /partner/user/products
Responses
200
Success
400
Bad Request
404
Not Found
Project
Delete Project
Delete a project created by a user
Auth
Path Params
DELETE /product/{id}
Responses
200
Success
Read shop integrations
Retrieve all shop integrations
Auth
GET /shop-integration
Responses
200
OK
Create a Shop
Create a new shop integration for the FastEditor Label
Auth
Request Body
POST /shop-integration
Responses
201
Created
Read a shop integration
Read a specific shop integration record
Auth
GET /shop-integration/{id}
Responses
200
OK
Update a shop integration
Update a specific shop integration record
Auth
Request Body
PUT /shop-integration/{id}
Responses
200
OK
Rotate Shop API key
Rotate the API key for a specific shop integration
Auth
Path Params
PUT /shop-integration/{id}/apikey
Responses
200
OK
Pricing
Update pricing data
Auth
Request Body
POST /price/import
Responses
201
Created