1
Get your API key
Email info@skynetparts.com to request access. Your key arrives in your inbox within one business day, along with the endpoint URLs and a sample call. See Authentication for what to include in your email.
2
Save the key
Set it as an environment variable called
SKYNET_API_KEY so the examples below work as-is.3
Look up parts
Send the part numbers you want to order.Response:Copy the
part_id from found_parts you’ll use it in the next step. Anything in not_found didn’t match our catalog; the response is still a success.4
Look up parts
Send the part numbers you want to order.Response:Copy the
part_id from found_parts you’ll use it in the next step. Anything in not_found didn’t match our catalog; the response is still a success.5
Look up parts
Send the part numbers you want to order.Response:Copy the
part_id from found_parts you’ll use it in the next step. Anything in not_found didn’t match our catalog; the response is still a success.6
Place an order
Use the Response:
part_id from the previous step.7
Place an order
Use the Response:
part_id from the previous step.8
Place an order
Use the Response:
part_id from the previous step.9
Confirm and automate
Sign in to your Skynet B2B account to see the new draft order. Then wrap these two calls in your own script that’s the whole integration.