ADM-ASSORTMENT-350 - Remove variants from an assortment

Removes one or more products from an existing assortment.

Scope

  • Removes the provided product identifiers from the assortment identified by id.
  • Only products currently linked to the assortment are impacted; unknown identifiers are ignored.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Assortment identifier.

Body Params

List of product identifiers to be removed from the assortment

Headers
string
enum
required

OPERATOR: Platform operator user.

ACCOUNT: Customer account user.

SUPPLIER:Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

Responses
204

Products removed from assortment

401

Unauthorized (invalid or missing API key)

403

Forbidden (insufficient permissions)

404

Not found (unknown reference)

500

Internal server error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!