Skip to main content

Retrieve Inventory Sets

This endpoint provides Part price breakdown for the requested quantity at the requested location based on the Advanced Inventory Valuation method. This endpoint should not be used if the account is using standard Static Pricing.

The added_at value represents the date at which the inventory was added to the location.

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the PartLocationDetail for the Inventory Sets returned.

Query Parameters
  • start_cursor string

    The start cursor for Keyset pagination.

  • per_page integer

    Possible values: >= 2 and <= 100

    Default value: 50

    The number of records per page to return.

  • filter object

    The fields, operations, and values to filter the records by.

    • purchase_order_line_item_id object
    • eq string required
    • added_at object
      oneOf

    • lt string required
    • created_at object
      oneOf

    • lt string required
    • updated_at object
      oneOf

    • lt string required
  • sort object

    The fields and direction to sort the results by.

    • id string

      Possible values: [asc, desc]

      Default value: desc

    • added_at string

      Possible values: [asc, desc]

    • created_at string

      Possible values: [asc, desc]

    • updated_at string

      Possible values: [asc, desc]

Responses

OK


Schema

  • start_cursor string

    The current start cursor of the records returned.

  • next_cursor string

    The next cursor to retrieve the next page of records.

  • per_page integer

    The maxumum number of records returned.

  • estimated_remaining_count integer

    The number of remaining records including the returned records, up to a maximum of 500.

  • filtered_by object[]

    The filters applied to the returned record set.

    anyOf

  • purchase_order_line_item_id object
  • eq string
  • sorted_by object[]

    The sorts applied to the returned record set.

    anyOf

  • updated_at string

    Possible values: [asc, desc]

  • records object[]
  • id integer
  • part_id integer

    The Fleetio ID for the Part associated with this Inventory Set.

  • part_location_detail_id integer

    The ID of the PartLocationDetail associated with this Inventory Set.

  • added_at date-time

    The date and time at which this Inventory Set was added.

  • available_quantity string

    The number of Parts available for use in this Inventory Set.

  • original_quantity string

    The number of Parts which were originally added to this Inventory Set.

  • unit_cost_cents string

    The cost of each Part in this Inventory Set in cents.

  • created_at date-time
  • updated_at date-time
Loading...