API reference
Create order draft share link
POST
/v1/order-drafts/{draftId}/shareAuthorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
draftId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/order-drafts/string/share"{ "shareToken": "string", "shareExpiresAt": null, "allowAnonymousShareAccess": true, "sharePath": "string"}