Skip to content

Picking Supplies

Terminal window
curl --location https://mfc-order-tasks-bff.justo.mx/api/picking-supplies?barcode=1030022706126
FieldDescription
Base URLhttps://mfc-order-tasks-bff.justo.mx
Path/api/picking-supplies
DescriptionRetrieves supply information based on a provided barcode.
Request Parameters
  • barcode (String, required): The barcode of the supply.
Example ResponseSupply[]
Response Fields
  • _id (String): The unique identifier for the picking supply entry.
  • userId (String): The user associated with the picking action.
  • orderId (String): The order associated with the picking supply.
  • position (Integer): The position in the picking wave.
  • timestamp (String): The date and time when the picking action was recorded, in ISO 8601 format.
  • pickingWaveId (String): The identifier of the picking wave.
  • warehouseCode (String): The code for the warehouse where the picking occurred.
  • items (Array): The list of items in the supply.
  • barcode (String): The barcode of the supply.
  • status (String): The status of the supply (e.g., “DEPRECATED”).
Error Handling
  • 500 Internal Server Error: An unexpected error occurred on the server.
Example Error Response