Allows interacting with the Delivery API.
$response = $client->delivery()->all();
$response = $client->delivery()->show(42);
Allows interacting with the Delivery API.
$response = $client->delivery()->all();
$response = $client->delivery()->show(42);