> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://apidocs.polytomic.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server. # ShipBob Supports: * ✅ Models ## Connection ### Configuration
NameTypeDescriptionRequired
client_id string false
client_secret string false
oauth_refresh_token string false
#### Example ```json { "name": "ShipBob connection", "type": "shipbob", "configuration": { "client_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds", "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq" } } ``` ## Model Sync ### Source #### Configuration
NameTypeDescriptionRequired
object string Object true
#### Example ```json { ... "configuration": { "object": "orders" } } ```