Sha256: e98356c64ebb1b3894cd3d01e3eb90a74d26fe6a0e4e3c05e6f0297c677b9d2a
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# ColorMeShop::GroupApi All URIs are relative to *https://api.shop-pro.jp/* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_product_groups**](GroupApi.md#get_product_groups) | **GET** /v1/groups.json | 商品グループ一覧を取得 # **get_product_groups** > Object get_product_groups 商品グループ一覧を取得 ### Example ```ruby # load the gem require 'color_me_shop' # setup authorization ColorMeShop.configure do |config| # Configure OAuth2 access token for authorization: OAuth2 config.access_token = 'YOUR ACCESS TOKEN' end api_instance = ColorMeShop::GroupApi.new begin #商品グループ一覧を取得 result = api_instance.get_product_groups p result rescue ColorMeShop::ApiError => e puts "Exception when calling GroupApi->get_product_groups: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type **Object** ### Authorization [OAuth2](../README.md#OAuth2) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
color_me_shop-1.0.0 | docs/GroupApi.md |