MagentoGetShippingAddressResponse
import { MagentoGetShippingAddressResponse } from '@daffodil/cart/driver/magento'
interface MagentoGetShippingAddressResponse {
cart: {
__typename: string;
shipping_addresses: MagentoShippingAddress[];
email: string;
}
}
Properties
Name | Type | Description |
---|---|---|
cart | { __typename: string; shipping_addresses: MagentoShippingAddress[]; email: string; } |