Retrieve a specific sale item.
Documentation Index
Fetch the complete documentation index at: https://docs.nuwebgroup.com/llms.txt
Use this file to discover all available pages before exploring further.
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
Allows overriding the currency for the request. Accepts a currency ID or currency code (e.g. 1 or GBP). When omitted, the company default currency is used.
The ID of the company this operation should be performed against.
Sets the preferred language for localised response content (e.g. en, fr, de). If the requested language is not supported by the company, the company fallback language will be assumed.
The 'id' of the sale item you wish to retrieve.
A list of attributes that you wish to be returned in the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. saleItems.totalStock. Can be used in conjunction with except providing both parameters don't reference the same resource.
A list of attributes that you wish to exclude from the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. saleItems.totalStock. Can be used in conjunction with only providing both parameters don't reference the same resource.
An array of related resources to include alongside the main sale item resource. At the top level, this can be event, parentSaleItems, taxBands, variants, eventTimeslots and conditionalTaxBands. You can use dot notation to expand sub resrouces, such as conditionalTaxBands.taxBands
event, parentSaleItems, taxBands, variants, eventTimeslots, conditionalTaxBands, conditionalTaxBands.taxBands Controls records returned depending on their deletedAt status. This is a global flag, so will apply to all resources, including relationships such as resources returned under the included attribute.
true to include deleted recordsfalse to exclude deleted records (or leave blank)true, false