This documentation is for the v2 (stable) version of the API.
Invocation URL: /v2/fastlabel/markconsignmentprinted

Descripton:

Marks a consignment identified by the specified ConsignmentID as printed in the Fastway system.

Parameters:

ConsignmentID - The ID of the consignment to mark all the labels involved as printed. Is often the result of a Add Consignment or List Consignments call.
UserID - The ID of the customer user who allegedly printed the consignment. If omitted, will default to the one assigned to this API key. A list of ids can be retrieved via the List Users method.

Returns:

true on success, or an error on failure.

Example:

https://api.fastway.org/v2/fastlabel/markconsignmentprinted?ConsignmentID=1000&api_key=YOUR_API_KEY

Back to FastLabel