GET accounting

fulfillment.com

Summary: List Order Accounting
Operation ID: get-accounting
Auth: unknown
Description

Retrieves accounting activity during the queried timespan.

Parameters (7)

fromDate (string, query, required)

Orders invoice date. Date-time in ISO 8601 format for selecting orders after, or at, the specified time

hydrate (array, query, required)

Adds additional information to the response, uses a CSV format for multiple values.

limit (integer, query, optional, default: 80)

The numbers of items to return

Constraints: {'minimum': 1, 'maximum': 200}

orderIds (array, query, optional)

A CSV of FDC order id, '123' or '1,2,3'

page (integer, query, optional, default: 1)

A multiplier of the number of items (limit parameter) to skip before returning results

Constraints: {'minimum': 1}

toDate (string, query, required)

Orders invoice date. Date-time in ISO 8601 format for selecting orders before, or at, the specified time

warehouseIds (array, query, optional)

A CSV of warehouse id, '123' or '1,2,3'

No probe data for this endpoint yet.