Linking to Mixam API
To make a call to Mixam API we need to get a JWT token and add in Pixfizz fullfilment template. This code can be generated by going to Mixam documentation page.
Last updated
To make a call to Mixam API we need to get a JWT token and add in Pixfizz fullfilment template. This code can be generated by going to Mixam documentation page.
Last updated
Note, if you are accessing the .com site then select the .com server etc
Click on Authorize
Enter in your Mixam username and password. NOTE if you change your password you must redo this step.
Make sure you are authorized as shown below. click on "Close"
Next navigate down to "Users" "GET" /api/user/token
Click on "Try it out" and then "Execute"
You will receive the following:
Take the code generated after "Basic " and before ' and add this into the pixfizz fulfillment request
In line 6 - add the JWT token as shown in the area of the red box
On line 84 of the fulfillment you can set the payment method
Available settings are:
TEST_ORDER, ACCOUNT and CARD_ON_FILE
TEST_ORDER: If you want to manually check orders before submitting to print then leave as this setting
CARD_ON_FILE: If you have a credit card on file then this will debit your card and place the order
ACCOUNT: If you have an account with Mixam then use this setting.
Additional steps:
In your Pixfizz admin an admin user will need to be setup so that orders sent to this fulfillment will be marked as downloaded. Please contact Pixfizz support to have this added.
In your order custom admin schema, please add the following custom text field:
"fulfillment_ref"
Once an order is sent to Mixam fulfillment then it will be marked as downloaded and the Mixam order ref will be added in this field