Returned when the indexing of Product information is deactivated in a Project.

To activate indexing, call [Change Product Search Indexing Enabled](ctp:api:type:ProjectChangeProductSearchIndexingEnabledAction) and set `enabled` to `true`.
interface GraphQLSearchDeactivatedError {
    code: "SearchDeactivated";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "SearchDeactivated"

Generated using TypeDoc