OBJECT
Query
link GraphQL Schema definition
1 type Query { 2 3 # Finds catalog entries by their parent part number. Invalid part number is 4 # ignored. 5 # 6 # Equivalent to GET /store/{storeId}/catalog_entry 7 # 8 # Arguments 9 # catalogId: The unique id of the catalog to search the catalog 10 # entries under. If no catalog specified, store default catalog is used. 11 # currency: The currency code to use. Example usage : 12 # currency=USD. If no currency code is specified, the store default currency shall 13 # be used. 14 # langId: Language identifier. If not specified, the "locale" 15 # parameter is used. If "locale" is not specified, then the store default language 16 # is used. 17 # pageNumber: Page number. Valid values are positive integers 18 # starting at 1. Use pageNumber with pageSize. 19 # pageSize: Page size. Used to limit the amount of data returned 20 # by a query. Valid values are integers starting with 1. Use pageSize with 21 # pageNumber. 22 # partNumber: The part number of the parent catalog entry. 23 # profileName: Profile name. Profiles determine the subset of 24 # data returned by a query. 25 # q: The query name. 26 # storeId: The store identifier. 27 ( 28 String, : 29 Currency, : 30 String, : 31 Int, : 32 Int, : 33 String]!, : [ 34 ProfileName2, : 35 Q!, : 36 String! : 37 ): CatalogEntryIBMAdminCatalogEntryDefiningAttributeDictionaryAttribute 180 38 # Gets catalog entries by search term. 39 # 40 # Equivalent to GET /store/{storeId}/catalog_entry/bySearchTerm/{searchTerm} 41 # 42 # Arguments 43 # catalogId: The unique id of the catalog to search the catalog 44 # entries under. If no catalog specified, store default catalog is used. 45 # excludeType: The catalog entry types that are not returned. 46 # langId: Language identifier. If not specified, the "locale" 47 # parameter is used. If "locale" is not specified, then the store default language 48 # is used. 49 # pageNumber: Page number. Valid values are positive integers 50 # starting at 1. Use pageNumber with pageSize. 51 # pageSize: Page size. Used to limit the amount of data returned 52 # by a query. Valid values are integers starting with 1. Use pageSize with 53 # pageNumber. 54 # profileName: Profile name. Profiles determine the subset of 55 # data returned by a query. 56 # searchTerm: The term user is searching for. 57 # storeId: The store identifier. 58 # type: The catalog entry types to return. 59 ( 60 String, : 61 ExcludeTypeListItem], : [ 62 String, : 63 Int, : 64 Int, : 65 ProfileName3, : 66 String!, : 67 String!, : 68 TypeListItem] : [ 69 ): CatalogEntryIBMAdminStandardOfferPrice 180 70 # Gets catalogs by search term. 71 # 72 # Equivalent to GET /store/{storeId}/category/bySearchTerm/{searchTerm} 73 # 74 # Arguments 75 # catalogId: The unique ID of the catalog to search the 76 # categories under. 77 # langId: Language identifier. If not specified, the "locale" 78 # parameter is used. If "locale" is not specified, then the store default language 79 # is used. 80 # pageNumber: Page number. Valid values are positive integers 81 # starting at 1. Use pageNumber with pageSize. 82 # pageSize: Page size. Used to limit the amount of data returned 83 # by a query. Valid values are integers starting with 1. Use pageSize with 84 # pageNumber. 85 # profileName: Profile name. Profiles determine the subset of 86 # data returned by a query. 87 # searchTerm: The term user is searching for. 88 # storeId: The store identifier. 89 ( 90 String, : 91 String, : 92 Int, : 93 Int, : 94 ProfileName, : 95 String!, : 96 String! : 97 ): CategoryIBMAdminDetailsBreadcrumb 180 98 # Gets catalogs by search term. 99 # 100 # Equivalent to GET /store/{storeId}/categoryview/byId/{categoryId} 101 # 102 # Arguments 103 # catalogId: The catalog identifier. If none is specified, the 104 # store default catalog shall be used. 105 # categoryId: Category ID. 106 # currency: The currency code to use. Example usage 107 # currency=USD. If no currency code is specified, the store default currency shall 108 # be used. 109 # responseFormat: The response format. If the request has an 110 # input body, that body must also use the format specified in "responseFormat". 111 # Valid values include json and xml without the quotes. If the responseFormat 112 # isnt specified, the accept HTTP header shall be used to determine the format 113 # of the response. If the accept HTTP header isnt specified as well, the 114 # default response format shall be in json. 115 # storeId: The store identifier. 116 ( 117 String, : 118 String!, : 119 String, : 120 String, : 121 String! : 122 ): CategoryviewCategoryDetails 180 123 # Gets catalogs by search term. 124 # 125 # Equivalent to GET 126 # /store/{storeId}/categoryview/byParentCategory/{parentCategoryId} 127 # 128 # Arguments 129 # catalogId: The catalog identifier. If none is specified, the 130 # store default catalog shall be used. 131 # currency: The currency code to use. Example usage 132 # currency=USD. If no currency code is specified, the store default currency shall 133 # be used. 134 # pageNumber: Page number, starting at 1. Valid values include 135 # positive integers of 1 and above. The pageSize must be specified for paging to 136 # work. 137 # pageSize: Page size. Used to limit the amount of data returned 138 # by a query. Valid values include positive integers of 1 and above. The 139 # pageNumber must be specified for paging to work. 140 # parentCategoryId: The parent category unique ID. 141 # responseFormat: The response format. If the request has an 142 # input body, that body must also use the format specified in "responseFormat". 143 # Valid values include json and xml without the quotes. If the responseFormat 144 # isnt specified, the accept HTTP header shall be used to determine the format 145 # of the response. If the accept HTTP header isnt specified as well, the 146 # default response format shall be in json. 147 # storeId: The store identifier. 148 ( 149 String, : 150 String, : 151 Int, : 152 Int, : 153 String!, : 154 String, : 155 String! : 156 ): CategoryviewCategorySummary 180 157 # Gets catalogs by search term. 158 # 159 # Equivalent to GET /store/{storeId}/categoryview/@top 160 # 161 # Arguments 162 # catalogId: The catalog identifier. If none is specified, the 163 # store default catalog shall be used. 164 # currency: The currency code to use. Example usage 165 # currency=USD. If no currency code is specified, the store default currency shall 166 # be used. 167 # responseFormat: The response format. If the request has an 168 # input body, that body must also use the format specified in "responseFormat". 169 # Valid values include json and xml without the quotes. If the responseFormat 170 # isnt specified, the accept HTTP header shall be used to determine the format 171 # of the response. If the accept HTTP header isnt specified as well, the 172 # default response format shall be in json. 173 # storeId: The store identifier. 174 ( 175 String, : 176 String, : 177 String, : 178 String! : 179 ): CategoryviewCategoryDetails 181 182 }
link Required by
This element is not required by anyone