CustomerAddressResource
Namespace
IO\Api\Resources
Extends
Type | Name | Value | Description |
---|---|---|---|
|
-99 |
Type | Name | Description |
---|---|---|
|
Methods
public __construct($request, $response, $customerService)
CustomerAddressResource constructor.
Type |
Name |
Description |
|
||
|
||
|
public index(): Response
Get an address by type
public store(): Response
Create an address with the given type
public update($addressId): Response
Update the address with the given ID
Type |
Name |
Description |
|
public destroy($addressId): Response
Delete the address with the given ID
Type |
Name |
Description |
|
Thank you for your feedback!