Fasteditor API references for Shop Integrators

Server
https://api.{domain_url}.com/api
https://api.{domain_url}.com/webhook
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
KeyIn
X-Api-KeyHeader

Sale Notification

After the customer has placed its order in your webshop, call this endpoint to let FastEditor know that the print files should be generated.

Auth
Request Body
POST /notifyorder
Copy
Responses
200

200

No response body
Response
Copy

Find Products

This API helps you find the Fasteditor SKU for a products when only a partial part of the sku is known.

The Following Supplier names are supported [PF Concept, Safsira, Texam, XD Connects]

Note: Kindly contact our team to update your permissions befor using these endpoints.

Auth
Query String
skustring

Partial SKU to search with

supplierstring

Name of the supplier of the specified SKU

GET /offering/sku
Copy
Responses
200

Success

No response body
Response
Copy

Get Product Details

This endpoint returns details about a product configuration with the Fasteditor SKU

The Following Supplier names are supported [PF Concept, Safsira, Texam, XD Connects]

Note: Kindly contact our team to update your permissions befor using these endpoints.

Auth
GET /offering/sku/data
Copy
Responses
200

Success

No response body