BooleanFilter

📘

Important

The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.

Overview

Possible boolean filter operations. Valid value of more than one operator perform logical AND operation. Ex : { eq : true, isNull: false } will return the object which is not null AND value is true.

Arguments

ArgumentDescription
eq (Boolean)

Is exactly the filter value.

isNull (Boolean)

Is the value null.