Method: OpenapiClient::BatchesApi#remove_from_batch
- Defined in:
- lib/openapi_client/api/batches_api.rb
#remove_from_batch(batch_id, remove_from_batch_request_body, opts = {}) ⇒ String
Remove From Batch Remove a shipment or rate from a batch
638 639 640 641 |
# File 'lib/openapi_client/api/batches_api.rb', line 638 def remove_from_batch(batch_id, remove_from_batch_request_body, opts = {}) data, _status_code, _headers = remove_from_batch_with_http_info(batch_id, remove_from_batch_request_body, opts) data end |