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 SearchDeactivatedError {
    code: "SearchDeactivated";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "SearchDeactivated"
message: string

"The endpoint is deactivated for this project. Please enable it via the Project endpoint, via the Merchant Center in the Project settings, or reach out to Support to enable it."

Generated using TypeDoc