App Connections
Create an App Connection
Create an app connection for an object
POST
Authorizations
App API key for /v5/app and /v5/company endpoints
Body
application/json
The ID of the polymorphic resource for the connection. Ex. a product ID like prod_*************.
The type of the polymorphic resource for the connection. Ex. 'product'
Available options:
product
The type of view for the connection.
Available options:
customer_before_checkout_view
Response
201 - application/json
app connection created
The ID of the app connection, which will look like apco_*************
The date the app connection was created.
The ID of the company, which will look like biz_*************
The ID of the app, which will look like app_*************
The ID of the polymorphic resource for the connection. Ex. a product ID like prod_*************.
The type of the polymorphic resource for the connection. Ex. 'product'
The type of view for the connection.
Available options:
customer_product_view
, seller_product_view
, customer_before_checkout_view
Was this page helpful?