MagentoGetGuestOrdersResponse
import { MagentoGetGuestOrdersResponse } from '@daffodil/order/driver/magento/2-4-1'
interface MagentoGetGuestOrdersResponse {
graycoreGuestOrders: {
__typename?: string;
items: MagentoOrder[] | null;
}
}
Properties
Name | Type | Description |
---|---|---|
graycoreGuestOrders | { __typename?: string; items: MagentoOrder[] | null; } |