UNPKG

shopify-admin-api

Version:

Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.

11 lines (10 loc) 213 B
export interface Collect { id: number; collection_id: number; created_at: string; featured: boolean; position: number; product_id: number; updated_at: string; sort_value: string; }