Amazon Supply Chain · Example Payload

Amazon Supply Chain Bill Of Materials Import Job Example

ERP IntegrationLogisticsMachine LearningSupply Chain

Amazon Supply Chain Bill Of Materials Import Job Example is an example object payload from Amazon Supply Chain, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

instanceIdjobIdstatuss3urimessage

Example Payload

Raw ↑
{
  "instanceId": "inst-abc12345",
  "jobId": "job-abc12345",
  "status": "New",
  "s3uri": "s3://my-bucket/data.csv",
  "message": "example-value"
}