The REST API is deprecated and will be removed in the future. Some endpoints may no longer be available. Use the GraphQL API instead.
- Get list of integrationsGET
- Create integrationPOST
- Get integration by idGET
- Update integrationPUT
- Delete integrationDELETE
- Get integration actions by idGET
- Execute integration actionPOST
- Sync integration orders (async)POST
- Sync integration products (async)POST
- Sync integration return requests (async)POST
- Get settings for integrationGET
- Sync integration shipping services (async)POST
- Sync integration product stocks (async)POST
Execute integration action
POST
https://api.pack.cloud/v1/organizations/{organizationId}/integrations/{integrationId}/actions/{code}
When there is a user action required, it will return the 200 OK response
Request
Path parameters
organizationIdstring
integrationIdstring
codestring
Query parameters
return_tostring
Response
OK
Body
urlstring
Url to open for the action
OK
Body
urlstring
Url to open for the action
OK
Body
urlstring
Url to open for the action
OK
Body
urlstring
Url to open for the action
OK
Body
urlstring
Url to open for the action
OK
Body
urlstring
Url to open for the action
OK
Body
urlstring
Url to open for the action
OK
Body
urlstring
Url to open for the action