object FulfillmentInvoiceShippingItemConnection
Fields
| Field | Type | Description |
|---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [FulfillmentInvoiceShippingItemEdge]! | Contains the nodes in this connection. |
Referenced By
- FulfillmentInvoice Type
Example
{
"pageInfo": PageInfo,
"edges": FulfillmentInvoiceShippingItemEdge
}