fulfillment-associate-orders-get-many

Source

  • Repository: jef-systems/jef-fulfillment-associate-backend

  • Source Run ID: 25101494786

  • Source SHA: c226ca62ef6b026753728d0bc8bc0d132f27115d

  • Module: fulfillment-associate

  • Documentation Scope: get

  • Lambda: jef-fulfillment-associate-get-4

Endpoint

  • API Name: jef-fulfillment-associate

  • Action Name: get

  • Method: GET

  • Scope Label: GET

  • Resource Path: /fulfillment-associate-orders-get-many

  • Complete Endpoint: https://g641agft18.execute-api.ap-southeast-1.amazonaws.com/prod/fulfillment-associate-orders-get-many

  • Lambda ARN: arn:aws:lambda:ap-southeast-1:246715082475:function:jef-fulfillment-associate-get-4

  • curl payload mode: query_string

API Gateway Description

Function: jef-fulfillment-associate-get-4
API Name: jef-fulfillment-associate
Action: get
Method: GET
Resource Path: /fulfillment-associate-orders-get-many

Table:
- table: jef-fulfillment-associate-orders
- operation: get-many

Payload Schema:
- gsi_1_pk: status
- gsi_1_sk: created_at

Payload Example:
- gsi_1_pk: pending
- gsi_1_sk: 2026-04-29T09:00:00+08:00

Response Schema:
- exists: boolean
- message: string
- items: [{"id":"string","customer":"string","channel":"string","status":"string","items":[{"id":"string","name":"string","barcode":"string","quantity":"number","fulfilled":"number","price":"number"}],"fulfilled_at":"string","fulfilled_by":"string","packed_at":"string","packed_by":"string","completed_at":"string","completed_by":"string","handoff_type":"string","notes":"string","source_store_pk":"string","destination_store_pk":"string","assigned_associate_pk":"string","total_lines":"number","total_quantity":"number","total_fulfilled_quantity":"number","total_amount":"number","created_at":"string","updated_at":"string","local_version":"number","sync_status":"string","deleted_at":"string","idempotency_key":"string"}]

Request Payload

{
  "gsi_1_pk": "status",
  "gsi_1_sk": "created_at"
}

Response

{
  "exists": "boolean",
  "message": "string",
  "items": "[{\"id\":\"string\",\"customer\":\"string\",\"channel\":\"string\",\"status\":\"string\",\"items\":[{\"id\":\"string\",\"name\":\"string\",\"barcode\":\"string\",\"quantity\":\"number\",\"fulfilled\":\"number\",\"price\":\"number\"}],\"fulfilled_at\":\"string\",\"fulfilled_by\":\"string\",\"packed_at\":\"string\",\"packed_by\":\"string\",\"completed_at\":\"string\",\"completed_by\":\"string\",\"handoff_type\":\"string\",\"notes\":\"string\",\"source_store_pk\":\"string\",\"destination_store_pk\":\"string\",\"assigned_associate_pk\":\"string\",\"total_lines\":\"number\",\"total_quantity\":\"number\",\"total_fulfilled_quantity\":\"number\",\"total_amount\":\"number\",\"created_at\":\"string\",\"updated_at\":\"string\",\"local_version\":\"number\",\"sync_status\":\"string\",\"deleted_at\":\"string\",\"idempotency_key\":\"string\"}]"
}

CMD curl

curl "https://g641agft18.execute-api.ap-southeast-1.amazonaws.com/prod/fulfillment-associate-orders-get-many?gsi_1_pk=pending&gsi_1_sk=2026-04-29T09%3A00%3A00%2B08%3A00"

PowerShell curl

curl.exe "https://g641agft18.execute-api.ap-southeast-1.amazonaws.com/prod/fulfillment-associate-orders-get-many?gsi_1_pk=pending&gsi_1_sk=2026-04-29T09%3A00%3A00%2B08%3A00"