Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 270 Bytes

delivery.md

File metadata and controls

17 lines (11 loc) · 270 Bytes

Delivery API

Back to the navigation

Allows interacting with the Delivery API.

Get a list of all deliveries

$response = $client->delivery()->all();

Get details about a delivery

$response = $client->delivery()->show(42);