MyArrow Integration Setup
Last updated: September 13, 2024
Required distributor information
MyArrow API client ID and client secret
MyArrow Orders API integration config values for their preferred
billToSiteUseId,shipToSiteUseId, andshipCompleteOption(line, order, or null)
How To:
If you don't have existing API credentials, you will have to contact your sales representative to get credentials.
Get MyArrow API credentials.
We need your API client ID and secret. The same set of credentials is used across all of MyArrow’s API offerings.

Get MyArrow Orders API integration config value from the customer.
We need your billing account ID (referenced as
billToSiteUseIdin the MyArrow API docs).We need your shipping account ID (referenced as
shipToSiteUseIdin the MyArrow API docs).We need your
shipCompleteOptionpreference (”LINE”, “ORDER” or null value). “ORDER” will wait to ship the entire order in one package. “LINE” will ship each line item once the quantity can be fulfilled. A null value will ship the quantities Arrow has available in the warehouse ASAP. Note that currently we defaultshipCompleteOptionto value of null in the KB API.
Written by Anthony Blair