- null
description: "When items should be created for orders in this basket (Options:
'ordering', 'receiving', 'cataloguing'. Null means system wide config)"
additionalProperties: false
late_since_days:
type:
- integer
- "null"
description: The number of days the basket is late (x-koha-embed)
- $ref: "../swagger.yaml#/parameters/per_page"
- $ref: "../swagger.yaml#/parameters/q_param"
- $ref: "../swagger.yaml#/parameters/q_body"
- name: x-koha-embed
in: header
required: false
description: Embed list sent as a request header
type: array
items:
type: string
enum:
- late_since_days
collectionFormat: csv
produces:
- application/json
responses:
- basket
- basket.basket_group
- basket.creator
- basket.late_since_days
- biblio
- biblio.uncancelled_orders+count
- biblio.holds+count
-