Fasteditor Order fulfillment service API references

Server
https://fulfillment.{api_environment}.fasteditor.com/{version}
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 Webhook

Sale Notification Webhook

Auth
Path Params
partneridinteger

Partner Id

Request Body
POST /webhook/partner/{partnerid}/notifyorder
Copy
Responses
201

Success

No response body
Response
Copy

HelloPrint - Change SKUs

HelloPrint only - Request change of SKU used for a product

Auth
Request Body
Root Type for updateSKUobject

Update the SKU

newSkustring
oldSkustring
publishboolean

Specify if the sku should be updated in production immediately

PUT /api/helloprint/sku
Copy
Responses
200

success

No response body
Response
Copy

HelloPrint - Add New SKUs

HelloPrint only - Request to add new SKUs to platform

Auth
Request Body
Root Type for add_offeringarray[object]
groupNamestring

Group identifier for SKU. This should be used to group multiple SKUs together, such a color variations for the same product. Translates to "slug" parameter used internally by HelloPrint.

skusarray[string]

Array of SKU strings

POST /api/helloprint/sku
Copy
Responses
202

Success

No response body
400

Bad request

Response
Copy