This object represents a category in a mobile store.
Field | Type | Required | Description |
image | Array (object) | Optional | Image details of the item. |
width | Integer | Yes | Image width in pixels. |
url | String | Yes | Image URL. |
height | Integer | Yes | Image height in pixels. |
name | String | Yes | Name of the item. |
description | String | Optional | Description of the item. |
soft_id | Null/Object | Optional | Software ID related to the item. |
id | String | Yes | Unique identifier of the item. |
created_date | String (Date) | Yes | Creation date of the item. |
version | String | Yes | Version information. |
status | String | Yes | Status of the item (e.g., "A"). |
Object
json{ "image": [ { "width": 370, "url": "https://m1.nandbox.ca/v1/AUTH_137b624a8e434c4e88e9be30fa5e7bed/g/nullb3ab63f778d0166d458610b292585c17adbbe82f29ea6a90a3926e9c4c24fb30.jpg?temp_url_sig=6aab534114756f32fa18da8f23c98b533da6510e&temp_url_expires=2057992006", "height": 370 } ], "name": "sdfsdfsd", "description": "fsdfsdfsdfsdf", "soft_id": null, "id": "5121006384126184", "created_date": "2025-03-12 03:26:49", "version": "keMrCJ", "status": "A" }