Get connection invite by ID
Retrieve a specific connection invite by ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique retailer ID. In the Dropship UI this is called the Merchant ID. To find your Merchant ID, click your merchant name in the top nav.
1001
The connection invite ID used to retrieve a specific connection invite. This ID is generated when a connection invite is sent. Use the /v1/retailers/{retailer_id}/connections/
endpoint to retrieve a list of connection invites and their IDs.
2002
Response
Name of the company sending the invite
1 - 64
"TechCorp"
First name of the person associated with the connection invite
1 - 64
"John"
Last name of the person associated with the connection invite
1 - 64
"Doe"
Email address of the invite recipient
1 - 255
"johndoe@example.com"
Unique identifier for the connection invite
12345
Any additional notes or memos associated with the invite
"Please review the terms."
Current status of the invite
pending
, approved
, rejected
"pending"
Retailer associated with the invite
"Retailer X"
Connection associated with the invite
"TechCorp-Connection"
Any fees associated with the invite
"15.00"
Commission profile associated with the invite
"Standard"
Level of the invite (e.g., product only or transactions + products)
transactions_and_products
, products_only
"transactions_and_products"
Adjustments made to the invite
"Discount applied"
Service level agreements associated with the invite
"Next Day Delivery"
Additional options related to the connection invite
"Gift Wrapping available"
Shipping accounts associated with the invite
"FedEx, UPS"
Target date for the onboarding of the invite recipient
"2024-04-30T00:00:00Z"
Identifier for the retailer
32
"Retailer-01"
Timestamp when the connection invite was created
"2024-03-01T12:00:00Z"
Timestamp when the invite was sent
"2024-03-01T14:00:00Z"