Create a new group order invitation.
POST
/me/orderinvitations
201Description
A group order invitation allows other users to contribute to an existing order. Contributors may request an access token with the invitation ID that allows them to add line items and modify those line items.
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ExpirationDate | Required | string | date-time | --- | --- | |
Name | string | --- | 100 characters | --- | ||
OrderID | Required | string | --- | --- | --- | |
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | Read Only | string | --- | 100 characters | --- | |
ExpirationDate | string | date-time | --- | --- | ||
Name | string | --- | 100 characters | --- | ||
OrderID | string | --- | --- | --- | ||
OrderStatus | Read Only | string | --- | --- | Unsubmitted, AwaitingApproval, Declined, Open, Completed, Canceled | |
xp | object | --- | --- | --- |