Skip to content
Guides
API reference
stable2 permissions

Create a variant spreadsheet session

Opens a bulk edit session over variants, the same way the product one works but at variant level.

POST/v1/catalog/variants/spreadsheet

Opens a bulk edit session over variants, the same way the product one works but at variant level.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

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/catalog/variants/spreadsheet" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "totalCount": 0,  "expiresAt": "2019-08-24T14:15:22Z"}