Update items
Use this method to update list of filtered items.
Please log in to see full path URL. Learn why.
patch
/catalogs/1/catalogs/{catalogId}/items
Authorizations:
Scopes:
Request rate limit:
5 requests / second (per account)
path Parameters
catalogId required | integer <int64> Example: 10000 Catalog id. |
query Parameters
queryFilter required | string Example: queryFilter=( type == "Jeans" AND type == "Shirt" ) OR ( price > 10.99 AND color == "Red" ) Enables filtering items using simple queries. Just pass to the parameter URL encoded query. List of supported logical operators:
List of supported comparison operators:
List of supported date/time range operators:
List of supported string operators:
|
Request Body schema:
application/jsoncollapse all -
Array
fieldId required | string Field ID. |
value required | string Field value. |
Responses
200
Successful Response
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
429
Too Many Requests
500
Internal Server Error
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Content type
application/json
Copy
Collapse all [- {
- "fieldId": "f5cdcb82-7a5b-4707-b37a-4153da514403",
- "value": "Custom field value"
}
]
Response samples
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Copy
Collapse all {- "count": 3
}