ReorderEntity
Properties
| Name | Type | Description | Notes |
|---|
| store_id | String | Store ID | [default to null] |
| is_store_open | Boolean | Indicates if store is currently accepting orders, or for pre orders | [default to null] |
| available_items | List | List of available items for reorder | [default to null] |
| unavailable_items | List | List of unavailable items for reorder | [default to null] |
| pre_order_available | Boolean | Indicates store supports pre order | [default to null] |
| status | ReorderEntity_status | | [default to null] |
| plan | ReorderEntity_plan | | [default to null] |
[Back to Model list] [Back to API list] [Back to README]