Skip to main content
DELETE
/
api
/
v1
/
subscriptions
/
{subscriptionId}
/
items
/
{itemId}
구독 항목 삭제
curl --request DELETE \
  --url https://api.steppay.kr/api/v1/subscriptions/{subscriptionId}/items/{itemId} \
  --header 'Secret-Token: <api-key>'
{
  "id": 123,
  "status": "ACTIVE",
  "price": {
    "id": 123,
    "code": "<string>",
    "price": 123,
    "type": "ONE_TIME",
    "enabledFirstSalePrice": true,
    "firstSalePrice": 123,
    "billingDate": 123,
    "maximumPurchaseQuantity": 123,
    "membershipExpirationDate": 123,
    "options": [
      {
        "id": 123,
        "price": 123,
        "name": "<string>",
        "productCode": "<string>",
        "type": "INITIALLY",
        "priceCode": "<string>",
        "priceName": "<string>",
        "productType": "BOX",
        "recurringDTO": {
          "id": 123,
          "intervalCount": 123,
          "aggregateUsageType": "SUM",
          "interval": "DAY",
          "usageType": "LICENSED"
        }
      }
    ],
    "volumes": [
      {
        "id": 123,
        "min": 123,
        "max": 123,
        "price": 123
      }
    ],
    "basicServing": 123,
    "bundlePrices": [
      {
        "product": {
          "id": 123,
          "code": "<string>",
          "status": "SALE",
          "combinedProducts": [
            {
              "code": "<string>",
              "type": "BOX",
              "status": "SALE",
              "name": "<string>",
              "description": "<string>",
              "options": [
                {
                  "id": 123,
                  "name": "<string>",
                  "options": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "price": 123,
                      "quantity": 123,
                      "parent": 123
                    }
                  ],
                  "depth": 123
                }
              ],
              "prices": "<array>",
              "createdAt": "2023-11-07T05:31:56Z",
              "modifiedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "optionGroups": [
            {
              "id": 123,
              "name": "<string>",
              "options": [
                {
                  "id": 123,
                  "name": "<string>",
                  "price": 123,
                  "quantity": 123,
                  "parent": 123
                }
              ],
              "depth": 123
            }
          ],
          "useCombination": true,
          "optionCombinations": [
            {
              "id": [
                123
              ],
              "status": "SALE",
              "quantity": 123,
              "price": 123
            }
          ],
          "prices": "<array>",
          "createdAt": "2023-11-07T05:31:56Z",
          "enabledDemo": true,
          "demoPeriod": 123,
          "demoPeriodUnit": "DAY",
          "categories": [
            {
              "categoryId": 123,
              "name": "<string>"
            }
          ],
          "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "productOrder": 123,
          "isOnetimePurchasable": true,
          "eventBadge": [
            {
              "event": "<string>",
              "startDateTime": "2023-11-07T05:31:56Z",
              "endDateTime": "2023-11-07T05:31:56Z"
            }
          ],
          "type": "BOX",
          "name": "<string>",
          "subTitle": "<string>",
          "featuredImageUrl": "<string>",
          "imageUrls": [
            "<string>"
          ],
          "description": "<string>",
          "summary": "<string>",
          "reasonOfReject": "<string>",
          "sku": "<string>",
          "quantity": 123,
          "modifiedAt": "2023-11-07T05:31:56Z",
          "notice": "<string>",
          "useWidget": {
            "useDemo": true,
            "useEventBadge": true,
            "useOnetimePurchasable": true,
            "useNotice": true
          },
          "groupId": 123,
          "countrySetting": {
            "id": 123,
            "countryCode": "<string>",
            "timezoneName": "<string>",
            "currencyCode": "<string>",
            "isDefault": true,
            "taxRate": 123
          },
          "availableRegions": [
            {
              "code": "<string>",
              "currency": "<string>",
              "country": "<string>",
              "countryCode": "<string>",
              "state": "<string>",
              "language": "<string>"
            }
          ]
        },
        "price": "<unknown>"
      }
    ],
    "onetimeBundlePrice": 123,
    "order": 123,
    "currencyPrice": {},
    "unit": "<string>",
    "planName": "<string>",
    "planDescription": "<string>",
    "claimMethodType": "PRE",
    "whenToClaimType": "FIRST_PAYMENT",
    "membershipExpirationDateType": "DAY",
    "setupOption": {
      "name": "<string>",
      "type": "INITIALLY",
      "id": 123,
      "price": 123,
      "currencyPrice": {},
      "claimMethodType": "PRE"
    },
    "additionalBilling": {
      "id": 123,
      "type": "USAGE_BASED_WITH_RANGE",
      "ranges": [
        {
          "id": 123,
          "until": 123,
          "price": 123
        }
      ]
    },
    "recurring": {
      "id": 123,
      "intervalCount": 123,
      "aggregateUsageType": "SUM",
      "interval": "DAY",
      "usageType": "LICENSED"
    },
    "createdAt": "2023-11-07T05:31:56Z",
    "modifiedAt": "2023-11-07T05:31:56Z",
    "plan": {
      "name": "<string>",
      "description": "<string>",
      "isHiddenFromShop": true,
      "detailDescription": "<string>",
      "adminName": "<string>"
    },
    "firstSale": {
      "enabled": true,
      "price": 123,
      "currencyPrice": {}
    },
    "claim": {
      "methodType": "PRE",
      "whenToClaimType": "FIRST_PAYMENT",
      "billingDate": 123,
      "provideStartDay": 123
    }
  },
  "startDate": "2023-11-07T05:31:56Z",
  "customer": {
    "id": 123,
    "marketingSms": true,
    "marketingEmail": true,
    "marketingKakao": true,
    "attributes": {},
    "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "code": "<string>",
    "status": "NORMAL",
    "username": "<string>",
    "name": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "shipping": {
      "name": "<string>",
      "phone": "<string>",
      "postcode": "<string>",
      "address1": "<string>",
      "address2": "<string>",
      "state": "<string>",
      "city": "<string>",
      "countryCode": "<string>"
    }
  },
  "relatedOrders": [
    {
      "id": 123,
      "orderId": 123,
      "orderCode": "<string>",
      "type": "RECURRING",
      "paidAmount": 123,
      "leftAmount": 123,
      "returnedAmount": 123,
      "orderLogs": [
        {
          "id": 123,
          "type": "MANAGER",
          "content": "<string>",
          "createdAt": "2023-11-07T05:31:56Z"
        }
      ],
      "subscriptions": [
        {
          "id": 123,
          "status": "ACTIVE",
          "items": [
            {
              "id": 123,
              "productName": "<string>",
              "productType": "BOX",
              "isOnetimePurchasable": true,
              "featuredImageUrl": "<string>",
              "selectedProductOptionIds": [
                123
              ],
              "selectedProductOptionPrice": 123,
              "plan": {
                "name": "<string>",
                "description": "<string>",
                "isHiddenFromShop": true,
                "detailDescription": "<string>",
                "adminName": "<string>"
              },
              "price": 123,
              "quantity": 123,
              "isAdditional": true,
              "keepWhenRenew": true,
              "hasOptions": true,
              "type": "SKU",
              "claimMethodType": "PRE",
              "priceType": "ONE_TIME",
              "selectedOptions": [
                123
              ],
              "code": "<string>",
              "selectedProductOptionLabel": "<string>",
              "maximumPurchaseQuantity": 123,
              "productCode": "<string>",
              "priceCode": "<string>",
              "parentSubscriptionItemCode": "<string>"
            }
          ],
          "price": {
            "id": 123,
            "code": "<string>",
            "price": 123,
            "type": "ONE_TIME",
            "enabledFirstSalePrice": true,
            "firstSalePrice": 123,
            "billingDate": 123,
            "maximumPurchaseQuantity": 123,
            "membershipExpirationDate": 123,
            "options": [
              {
                "id": 123,
                "price": 123,
                "name": "<string>",
                "productCode": "<string>",
                "type": "INITIALLY",
                "priceCode": "<string>",
                "priceName": "<string>",
                "productType": "BOX",
                "recurringDTO": {
                  "id": 123,
                  "intervalCount": 123,
                  "aggregateUsageType": "SUM",
                  "interval": "DAY",
                  "usageType": "LICENSED"
                }
              }
            ],
            "volumes": [
              {
                "id": 123,
                "min": 123,
                "max": 123,
                "price": 123
              }
            ],
            "basicServing": 123,
            "bundlePrices": [
              {
                "product": {
                  "id": 123,
                  "code": "<string>",
                  "status": "SALE",
                  "combinedProducts": [
                    {
                      "code": "<string>",
                      "type": "BOX",
                      "status": "SALE",
                      "name": "<string>",
                      "description": "<string>",
                      "options": [
                        {
                          "id": 123,
                          "name": "<string>",
                          "options": [
                            {
                              "id": 123,
                              "name": "<string>",
                              "price": 123,
                              "quantity": 123,
                              "parent": 123
                            }
                          ],
                          "depth": 123
                        }
                      ],
                      "prices": "<array>",
                      "createdAt": "2023-11-07T05:31:56Z",
                      "modifiedAt": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "optionGroups": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "options": [
                        {
                          "id": 123,
                          "name": "<string>",
                          "price": 123,
                          "quantity": 123,
                          "parent": 123
                        }
                      ],
                      "depth": 123
                    }
                  ],
                  "useCombination": true,
                  "optionCombinations": [
                    {
                      "id": [
                        123
                      ],
                      "status": "SALE",
                      "quantity": 123,
                      "price": 123
                    }
                  ],
                  "prices": "<array>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "enabledDemo": true,
                  "demoPeriod": 123,
                  "demoPeriodUnit": "DAY",
                  "categories": [
                    {
                      "categoryId": 123,
                      "name": "<string>"
                    }
                  ],
                  "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
                  "productOrder": 123,
                  "isOnetimePurchasable": true,
                  "eventBadge": [
                    {
                      "event": "<string>",
                      "startDateTime": "2023-11-07T05:31:56Z",
                      "endDateTime": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "type": "BOX",
                  "name": "<string>",
                  "subTitle": "<string>",
                  "featuredImageUrl": "<string>",
                  "imageUrls": [
                    "<string>"
                  ],
                  "description": "<string>",
                  "summary": "<string>",
                  "reasonOfReject": "<string>",
                  "sku": "<string>",
                  "quantity": 123,
                  "modifiedAt": "2023-11-07T05:31:56Z",
                  "notice": "<string>",
                  "useWidget": {
                    "useDemo": true,
                    "useEventBadge": true,
                    "useOnetimePurchasable": true,
                    "useNotice": true
                  },
                  "groupId": 123,
                  "countrySetting": {
                    "id": 123,
                    "countryCode": "<string>",
                    "timezoneName": "<string>",
                    "currencyCode": "<string>",
                    "isDefault": true,
                    "taxRate": 123
                  },
                  "availableRegions": [
                    {
                      "code": "<string>",
                      "currency": "<string>",
                      "country": "<string>",
                      "countryCode": "<string>",
                      "state": "<string>",
                      "language": "<string>"
                    }
                  ]
                },
                "price": "<unknown>"
              }
            ],
            "onetimeBundlePrice": 123,
            "order": 123,
            "currencyPrice": {},
            "unit": "<string>",
            "planName": "<string>",
            "planDescription": "<string>",
            "claimMethodType": "PRE",
            "whenToClaimType": "FIRST_PAYMENT",
            "membershipExpirationDateType": "DAY",
            "setupOption": {
              "name": "<string>",
              "type": "INITIALLY",
              "id": 123,
              "price": 123,
              "currencyPrice": {},
              "claimMethodType": "PRE"
            },
            "additionalBilling": {
              "id": 123,
              "type": "USAGE_BASED_WITH_RANGE",
              "ranges": [
                {
                  "id": 123,
                  "until": 123,
                  "price": 123
                }
              ]
            },
            "recurring": {
              "id": 123,
              "intervalCount": 123,
              "aggregateUsageType": "SUM",
              "interval": "DAY",
              "usageType": "LICENSED"
            },
            "createdAt": "2023-11-07T05:31:56Z",
            "modifiedAt": "2023-11-07T05:31:56Z",
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "isHiddenFromShop": true,
              "detailDescription": "<string>",
              "adminName": "<string>"
            },
            "firstSale": {
              "enabled": true,
              "price": 123,
              "currencyPrice": {}
            },
            "claim": {
              "methodType": "PRE",
              "whenToClaimType": "FIRST_PAYMENT",
              "billingDate": 123,
              "provideStartDay": 123
            }
          },
          "interval": "DAY",
          "intervalCount": 123,
          "startDate": "2023-11-07T05:31:56Z",
          "lastPaymentDate": "2023-11-07T05:31:56Z",
          "nextPaymentDate": "2023-11-07T05:31:56Z",
          "endDate": "2023-11-07T05:31:56Z",
          "trialEndDate": "2023-11-07T05:31:56Z"
        }
      ],
      "discountedAmount": 123,
      "productName": "<string>",
      "relatedOrders": [
        {
          "id": 123,
          "code": "<string>",
          "orderType": "RECURRING",
          "productName": "<string>",
          "paidAmount": 123,
          "items": [
            {
              "orderItemId": 123,
              "code": "<string>",
              "productName": "<string>",
              "plan": {
                "name": "<string>",
                "description": "<string>",
                "isHiddenFromShop": true,
                "detailDescription": "<string>",
                "adminName": "<string>"
              },
              "status": "CREATED",
              "amount": 123,
              "priceType": "ONE_TIME",
              "parentOrderItemCode": "<string>"
            }
          ],
          "createdAt": "2023-11-07T05:31:56Z"
        }
      ],
      "exchangeRate": 123,
      "region": {
        "code": "<string>",
        "currency": "<string>",
        "country": "<string>",
        "countryCode": "<string>",
        "state": "<string>",
        "language": "<string>"
      },
      "currency": "<string>",
      "baseCurrency": "<string>",
      "items": [
        {
          "id": 123,
          "code": "<string>",
          "paidAmount": 123,
          "currency": "<string>",
          "quantity": 123,
          "status": "CREATED",
          "selectedProductOptionIds": [
            123
          ],
          "createdAt": "2023-11-07T05:31:56Z",
          "orderItemCode": "<string>",
          "modifiedAt": "2023-11-07T05:31:56Z",
          "orderedProductType": "BOX",
          "orderedProductName": "<string>",
          "orderedPlanName": "<string>",
          "minimumQuantity": 123,
          "price": {
            "id": 123,
            "code": "<string>",
            "price": 123,
            "type": "ONE_TIME",
            "enabledFirstSalePrice": true,
            "firstSalePrice": 123,
            "billingDate": 123,
            "maximumPurchaseQuantity": 123,
            "membershipExpirationDate": 123,
            "options": [
              {
                "id": 123,
                "price": 123,
                "name": "<string>",
                "productCode": "<string>",
                "type": "INITIALLY",
                "priceCode": "<string>",
                "priceName": "<string>",
                "productType": "BOX",
                "recurringDTO": {
                  "id": 123,
                  "intervalCount": 123,
                  "aggregateUsageType": "SUM",
                  "interval": "DAY",
                  "usageType": "LICENSED"
                }
              }
            ],
            "volumes": [
              {
                "id": 123,
                "min": 123,
                "max": 123,
                "price": 123
              }
            ],
            "basicServing": 123,
            "bundlePrices": [
              {
                "product": {
                  "id": 123,
                  "code": "<string>",
                  "status": "SALE",
                  "combinedProducts": [
                    {
                      "code": "<string>",
                      "type": "BOX",
                      "status": "SALE",
                      "name": "<string>",
                      "description": "<string>",
                      "options": [
                        {
                          "id": 123,
                          "name": "<string>",
                          "options": [
                            {
                              "id": 123,
                              "name": "<string>",
                              "price": 123,
                              "quantity": 123,
                              "parent": 123
                            }
                          ],
                          "depth": 123
                        }
                      ],
                      "prices": "<array>",
                      "createdAt": "2023-11-07T05:31:56Z",
                      "modifiedAt": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "optionGroups": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "options": [
                        {
                          "id": 123,
                          "name": "<string>",
                          "price": 123,
                          "quantity": 123,
                          "parent": 123
                        }
                      ],
                      "depth": 123
                    }
                  ],
                  "useCombination": true,
                  "optionCombinations": [
                    {
                      "id": [
                        123
                      ],
                      "status": "SALE",
                      "quantity": 123,
                      "price": 123
                    }
                  ],
                  "prices": "<array>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "enabledDemo": true,
                  "demoPeriod": 123,
                  "demoPeriodUnit": "DAY",
                  "categories": [
                    {
                      "categoryId": 123,
                      "name": "<string>"
                    }
                  ],
                  "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
                  "productOrder": 123,
                  "isOnetimePurchasable": true,
                  "eventBadge": [
                    {
                      "event": "<string>",
                      "startDateTime": "2023-11-07T05:31:56Z",
                      "endDateTime": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "type": "BOX",
                  "name": "<string>",
                  "subTitle": "<string>",
                  "featuredImageUrl": "<string>",
                  "imageUrls": [
                    "<string>"
                  ],
                  "description": "<string>",
                  "summary": "<string>",
                  "reasonOfReject": "<string>",
                  "sku": "<string>",
                  "quantity": 123,
                  "modifiedAt": "2023-11-07T05:31:56Z",
                  "notice": "<string>",
                  "useWidget": {
                    "useDemo": true,
                    "useEventBadge": true,
                    "useOnetimePurchasable": true,
                    "useNotice": true
                  },
                  "groupId": 123,
                  "countrySetting": {
                    "id": 123,
                    "countryCode": "<string>",
                    "timezoneName": "<string>",
                    "currencyCode": "<string>",
                    "isDefault": true,
                    "taxRate": 123
                  },
                  "availableRegions": [
                    {
                      "code": "<string>",
                      "currency": "<string>",
                      "country": "<string>",
                      "countryCode": "<string>",
                      "state": "<string>",
                      "language": "<string>"
                    }
                  ]
                },
                "price": "<unknown>"
              }
            ],
            "onetimeBundlePrice": 123,
            "order": 123,
            "currencyPrice": {},
            "unit": "<string>",
            "planName": "<string>",
            "planDescription": "<string>",
            "claimMethodType": "PRE",
            "whenToClaimType": "FIRST_PAYMENT",
            "membershipExpirationDateType": "DAY",
            "setupOption": {
              "name": "<string>",
              "type": "INITIALLY",
              "id": 123,
              "price": 123,
              "currencyPrice": {},
              "claimMethodType": "PRE"
            },
            "additionalBilling": {
              "id": 123,
              "type": "USAGE_BASED_WITH_RANGE",
              "ranges": [
                {
                  "id": 123,
                  "until": 123,
                  "price": 123
                }
              ]
            },
            "recurring": {
              "id": 123,
              "intervalCount": 123,
              "aggregateUsageType": "SUM",
              "interval": "DAY",
              "usageType": "LICENSED"
            },
            "createdAt": "2023-11-07T05:31:56Z",
            "modifiedAt": "2023-11-07T05:31:56Z",
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "isHiddenFromShop": true,
              "detailDescription": "<string>",
              "adminName": "<string>"
            },
            "firstSale": {
              "enabled": true,
              "price": 123,
              "currencyPrice": {}
            },
            "claim": {
              "methodType": "PRE",
              "whenToClaimType": "FIRST_PAYMENT",
              "billingDate": 123,
              "provideStartDay": 123
            }
          },
          "product": {
            "id": 123,
            "code": "<string>",
            "status": "SALE",
            "combinedProducts": [
              {
                "code": "<string>",
                "type": "BOX",
                "status": "SALE",
                "name": "<string>",
                "description": "<string>",
                "options": [
                  {
                    "id": 123,
                    "name": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "price": 123,
                        "quantity": 123,
                        "parent": 123
                      }
                    ],
                    "depth": 123
                  }
                ],
                "prices": "<array>",
                "createdAt": "2023-11-07T05:31:56Z",
                "modifiedAt": "2023-11-07T05:31:56Z"
              }
            ],
            "optionGroups": [
              {
                "id": 123,
                "name": "<string>",
                "options": [
                  {
                    "id": 123,
                    "name": "<string>",
                    "price": 123,
                    "quantity": 123,
                    "parent": 123
                  }
                ],
                "depth": 123
              }
            ],
            "useCombination": true,
            "optionCombinations": [
              {
                "id": [
                  123
                ],
                "status": "SALE",
                "quantity": 123,
                "price": 123
              }
            ],
            "prices": "<array>",
            "createdAt": "2023-11-07T05:31:56Z",
            "enabledDemo": true,
            "demoPeriod": 123,
            "demoPeriodUnit": "DAY",
            "categories": [
              {
                "categoryId": 123,
                "name": "<string>"
              }
            ],
            "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "productOrder": 123,
            "isOnetimePurchasable": true,
            "eventBadge": [
              {
                "event": "<string>",
                "startDateTime": "2023-11-07T05:31:56Z",
                "endDateTime": "2023-11-07T05:31:56Z"
              }
            ],
            "type": "BOX",
            "name": "<string>",
            "subTitle": "<string>",
            "featuredImageUrl": "<string>",
            "imageUrls": [
              "<string>"
            ],
            "description": "<string>",
            "summary": "<string>",
            "reasonOfReject": "<string>",
            "sku": "<string>",
            "quantity": 123,
            "modifiedAt": "2023-11-07T05:31:56Z",
            "notice": "<string>",
            "useWidget": {
              "useDemo": true,
              "useEventBadge": true,
              "useOnetimePurchasable": true,
              "useNotice": true
            },
            "groupId": 123,
            "countrySetting": {
              "id": 123,
              "countryCode": "<string>",
              "timezoneName": "<string>",
              "currencyCode": "<string>",
              "isDefault": true,
              "taxRate": 123
            },
            "availableRegions": [
              {
                "code": "<string>",
                "currency": "<string>",
                "country": "<string>",
                "countryCode": "<string>",
                "state": "<string>",
                "language": "<string>"
              }
            ]
          },
          "type": "SKU",
          "featuredImageUrl": "<string>",
          "selectedProductOptionLabel": "<string>",
          "canceledDateTime": "2023-11-07T05:31:56Z",
          "discountName": "<string>",
          "relatedOrderItemId": 123,
          "priceSetupType": "INITIALLY",
          "demoCycle": {
            "num": 123,
            "type": "DAY"
          },
          "usedCount": 123,
          "usageFormula": "<string>",
          "deliveryCode": "<string>",
          "histories": [
            {
              "actor": "SYSTEM",
              "category": "CANCELLATION",
              "status": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "reason": "<string>"
            }
          ],
          "unitChangeHistory": [
            {
              "changedCount": 123,
              "days": 123
            }
          ],
          "unitCount": 123,
          "maximumQuantity": 123,
          "parentOrderItemCode": "<string>",
          "relatedSubscriptionItemId": 123
        }
      ],
      "customer": {
        "name": "<string>",
        "email": "<string>",
        "phone": "<string>"
      },
      "paymentDate": "2023-11-07T05:31:56Z",
      "purchaseDeadline": "2023-11-07T05:31:56Z",
      "shipping": {
        "name": "<string>",
        "phone": "<string>",
        "postcode": "<string>",
        "address1": "<string>",
        "address2": "<string>",
        "state": "<string>",
        "city": "<string>",
        "countryCode": "<string>"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "modifiedAt": "2023-11-07T05:31:56Z",
      "payment": {
        "amount": 123,
        "discount": 123,
        "paymentMethod": "CARD",
        "paymentDate": "2023-11-07T05:31:56Z",
        "paymentReturn": {},
        "paymentReceiptUrl": "<string>",
        "paymentGateway": "NAVER",
        "cardNumber": "<string>",
        "vbankDTO": {
          "bankName": "<string>",
          "accountNumber": "<string>",
          "accountName": "<string>",
          "bankDate": "2023-11-07T05:31:56Z",
          "bankCode": "<string>"
        },
        "niceCmsDTO": {
          "corporateManager": "<string>",
          "companyName": "<string>",
          "bankCode": "<string>",
          "bankAccount": "<string>",
          "date": "2023-11-07T05:31:56Z",
          "status": "ACCOUNT_PENDING",
          "companyRegistrationNumber": "<string>",
          "errorReturn": "<string>"
        },
        "customerDTO": {
          "name": "<string>",
          "email": "<string>",
          "phone": "<string>"
        },
        "errorCode": "<string>",
        "errorMessage": "<string>"
      },
      "code": "<string>",
      "parentSubscription": {
        "id": 123,
        "status": "ACTIVE",
        "items": [
          {
            "id": 123,
            "productName": "<string>",
            "productType": "BOX",
            "isOnetimePurchasable": true,
            "featuredImageUrl": "<string>",
            "selectedProductOptionIds": [
              123
            ],
            "selectedProductOptionPrice": 123,
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "isHiddenFromShop": true,
              "detailDescription": "<string>",
              "adminName": "<string>"
            },
            "price": 123,
            "quantity": 123,
            "isAdditional": true,
            "keepWhenRenew": true,
            "hasOptions": true,
            "type": "SKU",
            "claimMethodType": "PRE",
            "priceType": "ONE_TIME",
            "selectedOptions": [
              123
            ],
            "code": "<string>",
            "selectedProductOptionLabel": "<string>",
            "maximumPurchaseQuantity": 123,
            "productCode": "<string>",
            "priceCode": "<string>",
            "parentSubscriptionItemCode": "<string>"
          }
        ],
        "price": {
          "id": 123,
          "code": "<string>",
          "price": 123,
          "type": "ONE_TIME",
          "enabledFirstSalePrice": true,
          "firstSalePrice": 123,
          "billingDate": 123,
          "maximumPurchaseQuantity": 123,
          "membershipExpirationDate": 123,
          "options": [
            {
              "id": 123,
              "price": 123,
              "name": "<string>",
              "productCode": "<string>",
              "type": "INITIALLY",
              "priceCode": "<string>",
              "priceName": "<string>",
              "productType": "BOX",
              "recurringDTO": {
                "id": 123,
                "intervalCount": 123,
                "aggregateUsageType": "SUM",
                "interval": "DAY",
                "usageType": "LICENSED"
              }
            }
          ],
          "volumes": [
            {
              "id": 123,
              "min": 123,
              "max": 123,
              "price": 123
            }
          ],
          "basicServing": 123,
          "bundlePrices": [
            {
              "product": {
                "id": 123,
                "code": "<string>",
                "status": "SALE",
                "combinedProducts": [
                  {
                    "code": "<string>",
                    "type": "BOX",
                    "status": "SALE",
                    "name": "<string>",
                    "description": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "options": [
                          {
                            "id": 123,
                            "name": "<string>",
                            "price": 123,
                            "quantity": 123,
                            "parent": 123
                          }
                        ],
                        "depth": 123
                      }
                    ],
                    "prices": "<array>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "modifiedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "optionGroups": [
                  {
                    "id": 123,
                    "name": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "price": 123,
                        "quantity": 123,
                        "parent": 123
                      }
                    ],
                    "depth": 123
                  }
                ],
                "useCombination": true,
                "optionCombinations": [
                  {
                    "id": [
                      123
                    ],
                    "status": "SALE",
                    "quantity": 123,
                    "price": 123
                  }
                ],
                "prices": "<array>",
                "createdAt": "2023-11-07T05:31:56Z",
                "enabledDemo": true,
                "demoPeriod": 123,
                "demoPeriodUnit": "DAY",
                "categories": [
                  {
                    "categoryId": 123,
                    "name": "<string>"
                  }
                ],
                "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
                "productOrder": 123,
                "isOnetimePurchasable": true,
                "eventBadge": [
                  {
                    "event": "<string>",
                    "startDateTime": "2023-11-07T05:31:56Z",
                    "endDateTime": "2023-11-07T05:31:56Z"
                  }
                ],
                "type": "BOX",
                "name": "<string>",
                "subTitle": "<string>",
                "featuredImageUrl": "<string>",
                "imageUrls": [
                  "<string>"
                ],
                "description": "<string>",
                "summary": "<string>",
                "reasonOfReject": "<string>",
                "sku": "<string>",
                "quantity": 123,
                "modifiedAt": "2023-11-07T05:31:56Z",
                "notice": "<string>",
                "useWidget": {
                  "useDemo": true,
                  "useEventBadge": true,
                  "useOnetimePurchasable": true,
                  "useNotice": true
                },
                "groupId": 123,
                "countrySetting": {
                  "id": 123,
                  "countryCode": "<string>",
                  "timezoneName": "<string>",
                  "currencyCode": "<string>",
                  "isDefault": true,
                  "taxRate": 123
                },
                "availableRegions": [
                  {
                    "code": "<string>",
                    "currency": "<string>",
                    "country": "<string>",
                    "countryCode": "<string>",
                    "state": "<string>",
                    "language": "<string>"
                  }
                ]
              },
              "price": "<unknown>"
            }
          ],
          "onetimeBundlePrice": 123,
          "order": 123,
          "currencyPrice": {},
          "unit": "<string>",
          "planName": "<string>",
          "planDescription": "<string>",
          "claimMethodType": "PRE",
          "whenToClaimType": "FIRST_PAYMENT",
          "membershipExpirationDateType": "DAY",
          "setupOption": {
            "name": "<string>",
            "type": "INITIALLY",
            "id": 123,
            "price": 123,
            "currencyPrice": {},
            "claimMethodType": "PRE"
          },
          "additionalBilling": {
            "id": 123,
            "type": "USAGE_BASED_WITH_RANGE",
            "ranges": [
              {
                "id": 123,
                "until": 123,
                "price": 123
              }
            ]
          },
          "recurring": {
            "id": 123,
            "intervalCount": 123,
            "aggregateUsageType": "SUM",
            "interval": "DAY",
            "usageType": "LICENSED"
          },
          "createdAt": "2023-11-07T05:31:56Z",
          "modifiedAt": "2023-11-07T05:31:56Z",
          "plan": {
            "name": "<string>",
            "description": "<string>",
            "isHiddenFromShop": true,
            "detailDescription": "<string>",
            "adminName": "<string>"
          },
          "firstSale": {
            "enabled": true,
            "price": 123,
            "currencyPrice": {}
          },
          "claim": {
            "methodType": "PRE",
            "whenToClaimType": "FIRST_PAYMENT",
            "billingDate": 123,
            "provideStartDay": 123
          }
        },
        "interval": "DAY",
        "intervalCount": 123,
        "startDate": "2023-11-07T05:31:56Z",
        "lastPaymentDate": "2023-11-07T05:31:56Z",
        "nextPaymentDate": "2023-11-07T05:31:56Z",
        "endDate": "2023-11-07T05:31:56Z",
        "trialEndDate": "2023-11-07T05:31:56Z"
      },
      "invoiceId": 123,
      "paymentDueDate": "2023-11-07T05:31:56Z",
      "idKey": "<string>",
      "calculateStartDate": "2023-11-07T05:31:56Z",
      "calculateEndDate": "2023-11-07T05:31:56Z",
      "childOrders": "<array>"
    }
  ],
  "interval": "DAY",
  "intervalCount": 123,
  "recurringCount": 123,
  "currentPeriod": {
    "startDateTime": "2023-11-07T05:31:56Z",
    "endDateTime": "2023-11-07T05:31:56Z"
  },
  "trialPeriod": {
    "startDateTime": "2023-11-07T05:31:56Z",
    "endDateTime": "2023-11-07T05:31:56Z"
  },
  "lastPaymentDate": "2023-11-07T05:31:56Z",
  "nextPaymentDate": "2023-11-07T05:31:56Z",
  "endDate": "2023-11-07T05:31:56Z",
  "parentOrder": {
    "id": 123,
    "orderId": 123,
    "orderCode": "<string>",
    "type": "RECURRING",
    "paidAmount": 123,
    "leftAmount": 123,
    "returnedAmount": 123,
    "orderLogs": [
      {
        "id": 123,
        "type": "MANAGER",
        "content": "<string>",
        "createdAt": "2023-11-07T05:31:56Z"
      }
    ],
    "subscriptions": [
      {
        "id": 123,
        "status": "ACTIVE",
        "items": [
          {
            "id": 123,
            "productName": "<string>",
            "productType": "BOX",
            "isOnetimePurchasable": true,
            "featuredImageUrl": "<string>",
            "selectedProductOptionIds": [
              123
            ],
            "selectedProductOptionPrice": 123,
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "isHiddenFromShop": true,
              "detailDescription": "<string>",
              "adminName": "<string>"
            },
            "price": 123,
            "quantity": 123,
            "isAdditional": true,
            "keepWhenRenew": true,
            "hasOptions": true,
            "type": "SKU",
            "claimMethodType": "PRE",
            "priceType": "ONE_TIME",
            "selectedOptions": [
              123
            ],
            "code": "<string>",
            "selectedProductOptionLabel": "<string>",
            "maximumPurchaseQuantity": 123,
            "productCode": "<string>",
            "priceCode": "<string>",
            "parentSubscriptionItemCode": "<string>"
          }
        ],
        "price": {
          "id": 123,
          "code": "<string>",
          "price": 123,
          "type": "ONE_TIME",
          "enabledFirstSalePrice": true,
          "firstSalePrice": 123,
          "billingDate": 123,
          "maximumPurchaseQuantity": 123,
          "membershipExpirationDate": 123,
          "options": [
            {
              "id": 123,
              "price": 123,
              "name": "<string>",
              "productCode": "<string>",
              "type": "INITIALLY",
              "priceCode": "<string>",
              "priceName": "<string>",
              "productType": "BOX",
              "recurringDTO": {
                "id": 123,
                "intervalCount": 123,
                "aggregateUsageType": "SUM",
                "interval": "DAY",
                "usageType": "LICENSED"
              }
            }
          ],
          "volumes": [
            {
              "id": 123,
              "min": 123,
              "max": 123,
              "price": 123
            }
          ],
          "basicServing": 123,
          "bundlePrices": [
            {
              "product": {
                "id": 123,
                "code": "<string>",
                "status": "SALE",
                "combinedProducts": [
                  {
                    "code": "<string>",
                    "type": "BOX",
                    "status": "SALE",
                    "name": "<string>",
                    "description": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "options": [
                          {
                            "id": 123,
                            "name": "<string>",
                            "price": 123,
                            "quantity": 123,
                            "parent": 123
                          }
                        ],
                        "depth": 123
                      }
                    ],
                    "prices": "<array>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "modifiedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "optionGroups": [
                  {
                    "id": 123,
                    "name": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "price": 123,
                        "quantity": 123,
                        "parent": 123
                      }
                    ],
                    "depth": 123
                  }
                ],
                "useCombination": true,
                "optionCombinations": [
                  {
                    "id": [
                      123
                    ],
                    "status": "SALE",
                    "quantity": 123,
                    "price": 123
                  }
                ],
                "prices": "<array>",
                "createdAt": "2023-11-07T05:31:56Z",
                "enabledDemo": true,
                "demoPeriod": 123,
                "demoPeriodUnit": "DAY",
                "categories": [
                  {
                    "categoryId": 123,
                    "name": "<string>"
                  }
                ],
                "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
                "productOrder": 123,
                "isOnetimePurchasable": true,
                "eventBadge": [
                  {
                    "event": "<string>",
                    "startDateTime": "2023-11-07T05:31:56Z",
                    "endDateTime": "2023-11-07T05:31:56Z"
                  }
                ],
                "type": "BOX",
                "name": "<string>",
                "subTitle": "<string>",
                "featuredImageUrl": "<string>",
                "imageUrls": [
                  "<string>"
                ],
                "description": "<string>",
                "summary": "<string>",
                "reasonOfReject": "<string>",
                "sku": "<string>",
                "quantity": 123,
                "modifiedAt": "2023-11-07T05:31:56Z",
                "notice": "<string>",
                "useWidget": {
                  "useDemo": true,
                  "useEventBadge": true,
                  "useOnetimePurchasable": true,
                  "useNotice": true
                },
                "groupId": 123,
                "countrySetting": {
                  "id": 123,
                  "countryCode": "<string>",
                  "timezoneName": "<string>",
                  "currencyCode": "<string>",
                  "isDefault": true,
                  "taxRate": 123
                },
                "availableRegions": [
                  {
                    "code": "<string>",
                    "currency": "<string>",
                    "country": "<string>",
                    "countryCode": "<string>",
                    "state": "<string>",
                    "language": "<string>"
                  }
                ]
              },
              "price": "<unknown>"
            }
          ],
          "onetimeBundlePrice": 123,
          "order": 123,
          "currencyPrice": {},
          "unit": "<string>",
          "planName": "<string>",
          "planDescription": "<string>",
          "claimMethodType": "PRE",
          "whenToClaimType": "FIRST_PAYMENT",
          "membershipExpirationDateType": "DAY",
          "setupOption": {
            "name": "<string>",
            "type": "INITIALLY",
            "id": 123,
            "price": 123,
            "currencyPrice": {},
            "claimMethodType": "PRE"
          },
          "additionalBilling": {
            "id": 123,
            "type": "USAGE_BASED_WITH_RANGE",
            "ranges": [
              {
                "id": 123,
                "until": 123,
                "price": 123
              }
            ]
          },
          "recurring": {
            "id": 123,
            "intervalCount": 123,
            "aggregateUsageType": "SUM",
            "interval": "DAY",
            "usageType": "LICENSED"
          },
          "createdAt": "2023-11-07T05:31:56Z",
          "modifiedAt": "2023-11-07T05:31:56Z",
          "plan": {
            "name": "<string>",
            "description": "<string>",
            "isHiddenFromShop": true,
            "detailDescription": "<string>",
            "adminName": "<string>"
          },
          "firstSale": {
            "enabled": true,
            "price": 123,
            "currencyPrice": {}
          },
          "claim": {
            "methodType": "PRE",
            "whenToClaimType": "FIRST_PAYMENT",
            "billingDate": 123,
            "provideStartDay": 123
          }
        },
        "interval": "DAY",
        "intervalCount": 123,
        "startDate": "2023-11-07T05:31:56Z",
        "lastPaymentDate": "2023-11-07T05:31:56Z",
        "nextPaymentDate": "2023-11-07T05:31:56Z",
        "endDate": "2023-11-07T05:31:56Z",
        "trialEndDate": "2023-11-07T05:31:56Z"
      }
    ],
    "discountedAmount": 123,
    "productName": "<string>",
    "relatedOrders": [
      {
        "id": 123,
        "code": "<string>",
        "orderType": "RECURRING",
        "productName": "<string>",
        "paidAmount": 123,
        "items": [
          {
            "orderItemId": 123,
            "code": "<string>",
            "productName": "<string>",
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "isHiddenFromShop": true,
              "detailDescription": "<string>",
              "adminName": "<string>"
            },
            "status": "CREATED",
            "amount": 123,
            "priceType": "ONE_TIME",
            "parentOrderItemCode": "<string>"
          }
        ],
        "createdAt": "2023-11-07T05:31:56Z"
      }
    ],
    "exchangeRate": 123,
    "region": {
      "code": "<string>",
      "currency": "<string>",
      "country": "<string>",
      "countryCode": "<string>",
      "state": "<string>",
      "language": "<string>"
    },
    "currency": "<string>",
    "baseCurrency": "<string>",
    "items": [
      {
        "id": 123,
        "code": "<string>",
        "paidAmount": 123,
        "currency": "<string>",
        "quantity": 123,
        "status": "CREATED",
        "selectedProductOptionIds": [
          123
        ],
        "createdAt": "2023-11-07T05:31:56Z",
        "orderItemCode": "<string>",
        "modifiedAt": "2023-11-07T05:31:56Z",
        "orderedProductType": "BOX",
        "orderedProductName": "<string>",
        "orderedPlanName": "<string>",
        "minimumQuantity": 123,
        "price": {
          "id": 123,
          "code": "<string>",
          "price": 123,
          "type": "ONE_TIME",
          "enabledFirstSalePrice": true,
          "firstSalePrice": 123,
          "billingDate": 123,
          "maximumPurchaseQuantity": 123,
          "membershipExpirationDate": 123,
          "options": [
            {
              "id": 123,
              "price": 123,
              "name": "<string>",
              "productCode": "<string>",
              "type": "INITIALLY",
              "priceCode": "<string>",
              "priceName": "<string>",
              "productType": "BOX",
              "recurringDTO": {
                "id": 123,
                "intervalCount": 123,
                "aggregateUsageType": "SUM",
                "interval": "DAY",
                "usageType": "LICENSED"
              }
            }
          ],
          "volumes": [
            {
              "id": 123,
              "min": 123,
              "max": 123,
              "price": 123
            }
          ],
          "basicServing": 123,
          "bundlePrices": [
            {
              "product": {
                "id": 123,
                "code": "<string>",
                "status": "SALE",
                "combinedProducts": [
                  {
                    "code": "<string>",
                    "type": "BOX",
                    "status": "SALE",
                    "name": "<string>",
                    "description": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "options": [
                          {
                            "id": 123,
                            "name": "<string>",
                            "price": 123,
                            "quantity": 123,
                            "parent": 123
                          }
                        ],
                        "depth": 123
                      }
                    ],
                    "prices": "<array>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "modifiedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "optionGroups": [
                  {
                    "id": 123,
                    "name": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "price": 123,
                        "quantity": 123,
                        "parent": 123
                      }
                    ],
                    "depth": 123
                  }
                ],
                "useCombination": true,
                "optionCombinations": [
                  {
                    "id": [
                      123
                    ],
                    "status": "SALE",
                    "quantity": 123,
                    "price": 123
                  }
                ],
                "prices": "<array>",
                "createdAt": "2023-11-07T05:31:56Z",
                "enabledDemo": true,
                "demoPeriod": 123,
                "demoPeriodUnit": "DAY",
                "categories": [
                  {
                    "categoryId": 123,
                    "name": "<string>"
                  }
                ],
                "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
                "productOrder": 123,
                "isOnetimePurchasable": true,
                "eventBadge": [
                  {
                    "event": "<string>",
                    "startDateTime": "2023-11-07T05:31:56Z",
                    "endDateTime": "2023-11-07T05:31:56Z"
                  }
                ],
                "type": "BOX",
                "name": "<string>",
                "subTitle": "<string>",
                "featuredImageUrl": "<string>",
                "imageUrls": [
                  "<string>"
                ],
                "description": "<string>",
                "summary": "<string>",
                "reasonOfReject": "<string>",
                "sku": "<string>",
                "quantity": 123,
                "modifiedAt": "2023-11-07T05:31:56Z",
                "notice": "<string>",
                "useWidget": {
                  "useDemo": true,
                  "useEventBadge": true,
                  "useOnetimePurchasable": true,
                  "useNotice": true
                },
                "groupId": 123,
                "countrySetting": {
                  "id": 123,
                  "countryCode": "<string>",
                  "timezoneName": "<string>",
                  "currencyCode": "<string>",
                  "isDefault": true,
                  "taxRate": 123
                },
                "availableRegions": [
                  {
                    "code": "<string>",
                    "currency": "<string>",
                    "country": "<string>",
                    "countryCode": "<string>",
                    "state": "<string>",
                    "language": "<string>"
                  }
                ]
              },
              "price": "<unknown>"
            }
          ],
          "onetimeBundlePrice": 123,
          "order": 123,
          "currencyPrice": {},
          "unit": "<string>",
          "planName": "<string>",
          "planDescription": "<string>",
          "claimMethodType": "PRE",
          "whenToClaimType": "FIRST_PAYMENT",
          "membershipExpirationDateType": "DAY",
          "setupOption": {
            "name": "<string>",
            "type": "INITIALLY",
            "id": 123,
            "price": 123,
            "currencyPrice": {},
            "claimMethodType": "PRE"
          },
          "additionalBilling": {
            "id": 123,
            "type": "USAGE_BASED_WITH_RANGE",
            "ranges": [
              {
                "id": 123,
                "until": 123,
                "price": 123
              }
            ]
          },
          "recurring": {
            "id": 123,
            "intervalCount": 123,
            "aggregateUsageType": "SUM",
            "interval": "DAY",
            "usageType": "LICENSED"
          },
          "createdAt": "2023-11-07T05:31:56Z",
          "modifiedAt": "2023-11-07T05:31:56Z",
          "plan": {
            "name": "<string>",
            "description": "<string>",
            "isHiddenFromShop": true,
            "detailDescription": "<string>",
            "adminName": "<string>"
          },
          "firstSale": {
            "enabled": true,
            "price": 123,
            "currencyPrice": {}
          },
          "claim": {
            "methodType": "PRE",
            "whenToClaimType": "FIRST_PAYMENT",
            "billingDate": 123,
            "provideStartDay": 123
          }
        },
        "product": {
          "id": 123,
          "code": "<string>",
          "status": "SALE",
          "combinedProducts": [
            {
              "code": "<string>",
              "type": "BOX",
              "status": "SALE",
              "name": "<string>",
              "description": "<string>",
              "options": [
                {
                  "id": 123,
                  "name": "<string>",
                  "options": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "price": 123,
                      "quantity": 123,
                      "parent": 123
                    }
                  ],
                  "depth": 123
                }
              ],
              "prices": "<array>",
              "createdAt": "2023-11-07T05:31:56Z",
              "modifiedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "optionGroups": [
            {
              "id": 123,
              "name": "<string>",
              "options": [
                {
                  "id": 123,
                  "name": "<string>",
                  "price": 123,
                  "quantity": 123,
                  "parent": 123
                }
              ],
              "depth": 123
            }
          ],
          "useCombination": true,
          "optionCombinations": [
            {
              "id": [
                123
              ],
              "status": "SALE",
              "quantity": 123,
              "price": 123
            }
          ],
          "prices": "<array>",
          "createdAt": "2023-11-07T05:31:56Z",
          "enabledDemo": true,
          "demoPeriod": 123,
          "demoPeriodUnit": "DAY",
          "categories": [
            {
              "categoryId": 123,
              "name": "<string>"
            }
          ],
          "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "productOrder": 123,
          "isOnetimePurchasable": true,
          "eventBadge": [
            {
              "event": "<string>",
              "startDateTime": "2023-11-07T05:31:56Z",
              "endDateTime": "2023-11-07T05:31:56Z"
            }
          ],
          "type": "BOX",
          "name": "<string>",
          "subTitle": "<string>",
          "featuredImageUrl": "<string>",
          "imageUrls": [
            "<string>"
          ],
          "description": "<string>",
          "summary": "<string>",
          "reasonOfReject": "<string>",
          "sku": "<string>",
          "quantity": 123,
          "modifiedAt": "2023-11-07T05:31:56Z",
          "notice": "<string>",
          "useWidget": {
            "useDemo": true,
            "useEventBadge": true,
            "useOnetimePurchasable": true,
            "useNotice": true
          },
          "groupId": 123,
          "countrySetting": {
            "id": 123,
            "countryCode": "<string>",
            "timezoneName": "<string>",
            "currencyCode": "<string>",
            "isDefault": true,
            "taxRate": 123
          },
          "availableRegions": [
            {
              "code": "<string>",
              "currency": "<string>",
              "country": "<string>",
              "countryCode": "<string>",
              "state": "<string>",
              "language": "<string>"
            }
          ]
        },
        "type": "SKU",
        "featuredImageUrl": "<string>",
        "selectedProductOptionLabel": "<string>",
        "canceledDateTime": "2023-11-07T05:31:56Z",
        "discountName": "<string>",
        "relatedOrderItemId": 123,
        "priceSetupType": "INITIALLY",
        "demoCycle": {
          "num": 123,
          "type": "DAY"
        },
        "usedCount": 123,
        "usageFormula": "<string>",
        "deliveryCode": "<string>",
        "histories": [
          {
            "actor": "SYSTEM",
            "category": "CANCELLATION",
            "status": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "reason": "<string>"
          }
        ],
        "unitChangeHistory": [
          {
            "changedCount": 123,
            "days": 123
          }
        ],
        "unitCount": 123,
        "maximumQuantity": 123,
        "parentOrderItemCode": "<string>",
        "relatedSubscriptionItemId": 123
      }
    ],
    "customer": {
      "name": "<string>",
      "email": "<string>",
      "phone": "<string>"
    },
    "paymentDate": "2023-11-07T05:31:56Z",
    "purchaseDeadline": "2023-11-07T05:31:56Z",
    "shipping": {
      "name": "<string>",
      "phone": "<string>",
      "postcode": "<string>",
      "address1": "<string>",
      "address2": "<string>",
      "state": "<string>",
      "city": "<string>",
      "countryCode": "<string>"
    },
    "createdAt": "2023-11-07T05:31:56Z",
    "modifiedAt": "2023-11-07T05:31:56Z",
    "payment": {
      "amount": 123,
      "discount": 123,
      "paymentMethod": "CARD",
      "paymentDate": "2023-11-07T05:31:56Z",
      "paymentReturn": {},
      "paymentReceiptUrl": "<string>",
      "paymentGateway": "NAVER",
      "cardNumber": "<string>",
      "vbankDTO": {
        "bankName": "<string>",
        "accountNumber": "<string>",
        "accountName": "<string>",
        "bankDate": "2023-11-07T05:31:56Z",
        "bankCode": "<string>"
      },
      "niceCmsDTO": {
        "corporateManager": "<string>",
        "companyName": "<string>",
        "bankCode": "<string>",
        "bankAccount": "<string>",
        "date": "2023-11-07T05:31:56Z",
        "status": "ACCOUNT_PENDING",
        "companyRegistrationNumber": "<string>",
        "errorReturn": "<string>"
      },
      "customerDTO": {
        "name": "<string>",
        "email": "<string>",
        "phone": "<string>"
      },
      "errorCode": "<string>",
      "errorMessage": "<string>"
    },
    "code": "<string>",
    "parentSubscription": {
      "id": 123,
      "status": "ACTIVE",
      "items": [
        {
          "id": 123,
          "productName": "<string>",
          "productType": "BOX",
          "isOnetimePurchasable": true,
          "featuredImageUrl": "<string>",
          "selectedProductOptionIds": [
            123
          ],
          "selectedProductOptionPrice": 123,
          "plan": {
            "name": "<string>",
            "description": "<string>",
            "isHiddenFromShop": true,
            "detailDescription": "<string>",
            "adminName": "<string>"
          },
          "price": 123,
          "quantity": 123,
          "isAdditional": true,
          "keepWhenRenew": true,
          "hasOptions": true,
          "type": "SKU",
          "claimMethodType": "PRE",
          "priceType": "ONE_TIME",
          "selectedOptions": [
            123
          ],
          "code": "<string>",
          "selectedProductOptionLabel": "<string>",
          "maximumPurchaseQuantity": 123,
          "productCode": "<string>",
          "priceCode": "<string>",
          "parentSubscriptionItemCode": "<string>"
        }
      ],
      "price": {
        "id": 123,
        "code": "<string>",
        "price": 123,
        "type": "ONE_TIME",
        "enabledFirstSalePrice": true,
        "firstSalePrice": 123,
        "billingDate": 123,
        "maximumPurchaseQuantity": 123,
        "membershipExpirationDate": 123,
        "options": [
          {
            "id": 123,
            "price": 123,
            "name": "<string>",
            "productCode": "<string>",
            "type": "INITIALLY",
            "priceCode": "<string>",
            "priceName": "<string>",
            "productType": "BOX",
            "recurringDTO": {
              "id": 123,
              "intervalCount": 123,
              "aggregateUsageType": "SUM",
              "interval": "DAY",
              "usageType": "LICENSED"
            }
          }
        ],
        "volumes": [
          {
            "id": 123,
            "min": 123,
            "max": 123,
            "price": 123
          }
        ],
        "basicServing": 123,
        "bundlePrices": [
          {
            "product": {
              "id": 123,
              "code": "<string>",
              "status": "SALE",
              "combinedProducts": [
                {
                  "code": "<string>",
                  "type": "BOX",
                  "status": "SALE",
                  "name": "<string>",
                  "description": "<string>",
                  "options": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "options": [
                        {
                          "id": 123,
                          "name": "<string>",
                          "price": 123,
                          "quantity": 123,
                          "parent": 123
                        }
                      ],
                      "depth": 123
                    }
                  ],
                  "prices": "<array>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "modifiedAt": "2023-11-07T05:31:56Z"
                }
              ],
              "optionGroups": [
                {
                  "id": 123,
                  "name": "<string>",
                  "options": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "price": 123,
                      "quantity": 123,
                      "parent": 123
                    }
                  ],
                  "depth": 123
                }
              ],
              "useCombination": true,
              "optionCombinations": [
                {
                  "id": [
                    123
                  ],
                  "status": "SALE",
                  "quantity": 123,
                  "price": 123
                }
              ],
              "prices": "<array>",
              "createdAt": "2023-11-07T05:31:56Z",
              "enabledDemo": true,
              "demoPeriod": 123,
              "demoPeriodUnit": "DAY",
              "categories": [
                {
                  "categoryId": 123,
                  "name": "<string>"
                }
              ],
              "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "productOrder": 123,
              "isOnetimePurchasable": true,
              "eventBadge": [
                {
                  "event": "<string>",
                  "startDateTime": "2023-11-07T05:31:56Z",
                  "endDateTime": "2023-11-07T05:31:56Z"
                }
              ],
              "type": "BOX",
              "name": "<string>",
              "subTitle": "<string>",
              "featuredImageUrl": "<string>",
              "imageUrls": [
                "<string>"
              ],
              "description": "<string>",
              "summary": "<string>",
              "reasonOfReject": "<string>",
              "sku": "<string>",
              "quantity": 123,
              "modifiedAt": "2023-11-07T05:31:56Z",
              "notice": "<string>",
              "useWidget": {
                "useDemo": true,
                "useEventBadge": true,
                "useOnetimePurchasable": true,
                "useNotice": true
              },
              "groupId": 123,
              "countrySetting": {
                "id": 123,
                "countryCode": "<string>",
                "timezoneName": "<string>",
                "currencyCode": "<string>",
                "isDefault": true,
                "taxRate": 123
              },
              "availableRegions": [
                {
                  "code": "<string>",
                  "currency": "<string>",
                  "country": "<string>",
                  "countryCode": "<string>",
                  "state": "<string>",
                  "language": "<string>"
                }
              ]
            },
            "price": "<unknown>"
          }
        ],
        "onetimeBundlePrice": 123,
        "order": 123,
        "currencyPrice": {},
        "unit": "<string>",
        "planName": "<string>",
        "planDescription": "<string>",
        "claimMethodType": "PRE",
        "whenToClaimType": "FIRST_PAYMENT",
        "membershipExpirationDateType": "DAY",
        "setupOption": {
          "name": "<string>",
          "type": "INITIALLY",
          "id": 123,
          "price": 123,
          "currencyPrice": {},
          "claimMethodType": "PRE"
        },
        "additionalBilling": {
          "id": 123,
          "type": "USAGE_BASED_WITH_RANGE",
          "ranges": [
            {
              "id": 123,
              "until": 123,
              "price": 123
            }
          ]
        },
        "recurring": {
          "id": 123,
          "intervalCount": 123,
          "aggregateUsageType": "SUM",
          "interval": "DAY",
          "usageType": "LICENSED"
        },
        "createdAt": "2023-11-07T05:31:56Z",
        "modifiedAt": "2023-11-07T05:31:56Z",
        "plan": {
          "name": "<string>",
          "description": "<string>",
          "isHiddenFromShop": true,
          "detailDescription": "<string>",
          "adminName": "<string>"
        },
        "firstSale": {
          "enabled": true,
          "price": 123,
          "currencyPrice": {}
        },
        "claim": {
          "methodType": "PRE",
          "whenToClaimType": "FIRST_PAYMENT",
          "billingDate": 123,
          "provideStartDay": 123
        }
      },
      "interval": "DAY",
      "intervalCount": 123,
      "startDate": "2023-11-07T05:31:56Z",
      "lastPaymentDate": "2023-11-07T05:31:56Z",
      "nextPaymentDate": "2023-11-07T05:31:56Z",
      "endDate": "2023-11-07T05:31:56Z",
      "trialEndDate": "2023-11-07T05:31:56Z"
    },
    "invoiceId": 123,
    "paymentDueDate": "2023-11-07T05:31:56Z",
    "idKey": "<string>",
    "calculateStartDate": "2023-11-07T05:31:56Z",
    "calculateEndDate": "2023-11-07T05:31:56Z",
    "childOrders": "<array>"
  },
  "items": [
    {
      "id": 123,
      "productName": "<string>",
      "productType": "BOX",
      "isOnetimePurchasable": true,
      "featuredImageUrl": "<string>",
      "selectedProductOptionIds": [
        123
      ],
      "selectedProductOptionPrice": 123,
      "plan": {
        "name": "<string>",
        "description": "<string>",
        "isHiddenFromShop": true,
        "detailDescription": "<string>",
        "adminName": "<string>"
      },
      "price": 123,
      "quantity": 123,
      "isAdditional": true,
      "keepWhenRenew": true,
      "hasOptions": true,
      "type": "SKU",
      "claimMethodType": "PRE",
      "priceType": "ONE_TIME",
      "selectedOptions": [
        123
      ],
      "code": "<string>",
      "selectedProductOptionLabel": "<string>",
      "maximumPurchaseQuantity": 123,
      "productCode": "<string>",
      "priceCode": "<string>",
      "parentSubscriptionItemCode": "<string>"
    }
  ],
  "pausedDateTime": "2023-11-07T05:31:56Z",
  "paymentMethod": {
    "paymentGateway": "NAVER",
    "paymentInfo": "<string>"
  },
  "originNextPaymentDate": "2023-11-07T05:31:56Z",
  "shipping": {
    "name": "<string>",
    "phone": "<string>",
    "postcode": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "state": "<string>",
    "city": "<string>",
    "countryCode": "<string>"
  },
  "canceledVia": "MANAGER"
}

Authorizations

Secret-Token
string
header
required

Path Parameters

subscriptionId
integer<int64>
required

구독 번호

itemId
integer<int64>
required

구독 항목 번호

Response

정상적으로 삭제됨

id
integer<int64>
required

구독 번호

status
enum<string>
required

구독 상태

Available options:
ACTIVE,
UNPAID,
PENDING_PAUSE,
PAUSE,
PENDING_CANCEL,
EXPIRED,
CANCELED,
INCOMPLETE,
QUEUEING
price
가격 플랜 정보 · object
required

가격 플랜 정보

startDate
string<date-time>
required

시작 시점

customer
구독 고객 정보 · object
required

고객 정보

관련 주문

interval
enum<string>
required

구독 주기 단위

Available options:
DAY,
WEEK,
MONTH,
YEAR
intervalCount
integer<int32>
required

구독 주기

recurringCount
integer<int32>
required

구독이 몇번 갱신되었는지 나타내는 정보

currentPeriod
기간 정보 · object
required

현재 주기 정보

trialPeriod
기간 정보 · object

현재 주기 정보

lastPaymentDate
string<date-time>

최근 결제 시점

nextPaymentDate
string<date-time>

다음 결제 시점

endDate
string<date-time>

종료일

parentOrder
주문 상세 정보 · object

관련 주문

items
구독 항목 정보 · object[]

구독 항목들

pausedDateTime
string<date-time>

일시정지 시점

paymentMethod
결제 수단 정보 · object

연관 결제수단

originNextPaymentDate
string<date-time>

최초 다음 결제 시점 - nextPaymentDate 는 변경될 수 있기 때문에 변경 전 데이터를 저장합니다.

shipping
배송지 정보 · object

고객이 최근에 사용한 배송 정보 - 주소

canceledVia
enum<string>

구독이 취소되었을 때 어떤 경로로 취소되었는지 정보

Available options:
MANAGER,
V1,
RENEW,
CUSTOMER,
SYSTEM,
PUBLIC