| Name | Type | Description | 
|---|---|---|
| url | '/api/cart-shipping-address' | The URL with which the driver makes calls to the backend. | 
| get | Observable<DaffCartAddress> | 
		Retrieve the shipping address of a cart. | 
| update | Observable<Partial<DaffCart>> | 
		Update the shipping address of a cart. |