PurchaseError

구매주문서가 거부될 수 있는 오류입니다.

JSON 표현
{
  "type": enum (ErrorType),
  "description": string,
  "entityId": string,
  "updatedPrice": {
    object (PriceAttribute)
  },
  "availableQuantity": number
}
필드
type

enum (ErrorType)

필수: 판매자가 주문을 거부하는 세부적인 이유를 나타냅니다.

description

string

추가 오류 설명입니다.

entityId

string

오류에 해당하는 엔티티 ID입니다. 이 예는 LineItemId / ItemOptionId에 해당할 수 있습니다.

updatedPrice

object (PriceAttribute)

오류 유형이 PRICE_CHANGED / INORRECT_PRICE인 경우 관련 있습니다.

availableQuantity

number

현재 사용 가능한 수량입니다. AVAILABILITY_CHANGED에 해당됩니다.