curl --request PUT \
--url https://api.steppay.kr/api/v1/subscriptions/{subscriptionId}/items/{itemId} \
--header 'Content-Type: application/json' \
--header 'Secret-Token: <api-key>' \
--data '
{
"quantity": 123,
"selectedProductOptions": [
123
]
}
'{
"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"
}특정 구독 항목을 수정할 때 사용합니다.
curl --request PUT \
--url https://api.steppay.kr/api/v1/subscriptions/{subscriptionId}/items/{itemId} \
--header 'Content-Type: application/json' \
--header 'Secret-Token: <api-key>' \
--data '
{
"quantity": 123,
"selectedProductOptions": [
123
]
}
'{
"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"
}정상적으로 수정됨
구독 번호
구독 상태
ACTIVE, UNPAID, PENDING_PAUSE, PAUSE, PENDING_CANCEL, EXPIRED, CANCELED, INCOMPLETE, QUEUEING 가격 플랜 정보
Show child attributes
시작 시점
고객 정보
Show child attributes
관련 주문
Show child attributes
구독 주기 단위
DAY, WEEK, MONTH, YEAR 구독 주기
구독이 몇번 갱신되었는지 나타내는 정보
현재 주기 정보
Show child attributes
현재 주기 정보
Show child attributes
최근 결제 시점
다음 결제 시점
종료일
관련 주문
Show child attributes
구독 항목들
Show child attributes
일시정지 시점
연관 결제수단
Show child attributes
최초 다음 결제 시점 - nextPaymentDate 는 변경될 수 있기 때문에 변경 전 데이터를 저장합니다.
고객이 최근에 사용한 배송 정보 - 주소
Show child attributes
구독이 취소되었을 때 어떤 경로로 취소되었는지 정보
MANAGER, V1, RENEW, CUSTOMER, SYSTEM, PUBLIC