v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1430176147.9 KB

CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity. For information on the product_bom entity, see the AWS Supply Chain User Guide.

The CSV file must be located in an Amazon S3 location accessible to AWS Supply Chain. It is recommended to use the same Amazon S3 bucket created during your AWS Supply Chain instance creation.

post/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs

Path parameters

instanceIdstring required

The AWS Supply Chain instance identifier.

Request body

s3uristring required

The S3 URI of the CSV file to be imported. The bucket must grant permissions for AWS Supply Chain to read the file.

clientTokenstring

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Response

Success

jobIdstring required

The new BillOfMaterialsImportJob identifier.

All 30 operations