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

Find Products

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

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

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

Auth
Query String
skustring

Complete Fasteditor SKU value

supplierstring

Supplier Name

GET /offering/sku/data
Copy
Responses
200

Success

No response body

Get all product configurations

This endpoint returns a paginated list of all the available product configurations for a specific supplier. The returned data can be used to generate a deeplink to the to preselect the right product configuration on the POST /smartlink endpoint.

The results are paginated with a default limit of 20 and can be controlled by setting the limit, the paginated results are however capped at 1000 results.

The following pagination headers can be found in the response headers.

x-pagination-next, x-pagination-previous, x-total-records.

Auth
Query String
supplierstring

Supplier Name

limitinteger

Used to set the pagination size limit (Default: 20)

offsetinteger

Used to determine the starting point of data to fetch.

GET /offering/smartlink
Copy
Responses
200

Success

Root Type for smartlink_offering_bodyarray[object]
skustring
baseSKUstring
skuGroupstring
printMethodstring
printPositionstring
printPositionsarray[string]
printColorsint32
productColorstring
supplierPrintMethodNamestring
supplierPrintMethodCodestring
supplierPrintAreaCodesarray[string]
supplierPrintAreaNamesarray[string]
Response
Copy

Basic Integration

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