Add Material to Pick List
Authentication
Path parameters
Request
ID of the specific material details record (a material’s presence at a location) to add. The most precise identifier. Retrieve it from GET /locations/{id}/materials (the materialDetailsId field). If provided, materialId/materialVariationId are optional and, when present, are validated against this record. Required unless materialId is provided.
ID of the catalog material to add. The material is resolved to a material details record at the pick list’s source location (fromLocation). Required unless materialDetailsId is provided.
ID of the material variation. Must be provided together with materialId (it is rejected on its own). Use it to disambiguate when the material has more than one variation stocked at the source location.