question

tirizar avatar image
tirizar asked bryanvargas answered

modifiedTime is not showing when requesting Categories

Requesting categories doesn't include the modifiedTime field.

The reference says you can filter by modifiedTime (but that doesn't seem to work either).

https://docs.clover.com/reference/categorygetcategories

I want to be able to request any Category modified after a certain date.

This is the typical response I get...no modifiedTime

{

"elements": [

{

"id": "95Q2CADHBQTR8",

"name": "Soup",

"sortOrder": 19,

"deleted": false

}

],


}

REST API
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
bryanvargas avatar image
bryanvargas answered

please expand on items:

{ {baseUrl}}/v3/merchants/{ {merchantId}}/categories?expand=items

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community