View Source aws_supplychain (aws v1.0.4)
AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems.
Using AWS Supply Chain, you can connect and extract your inventory, supply, and demand related data from existing ERP or supply chain systems into a single data model.
The AWS Supply Chain API supports configuration data import for Supply Planning.
All AWS Supply chain API operations are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management users and roles to help facilitate access, trust, and permission policies.Summary
Functions
CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.
Get status and details of a BillOfMaterialsImportJob.
Functions
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.
Link to this function
create_bill_of_materials_import_job(Client, InstanceId, Input0, Options0)
View Source
Link to this function
get_bill_of_materials_import_job(Client, InstanceId, JobId, QueryMap, HeadersMap)
View Source
Link to this function