OBJECT
CartCartItem
link GraphQL Schema definition
1 type CartCartItem { 2 3 : [ComIbmCommerceOrderFacadeDatatypesAdjustmentRequirementType] 149 4 : String 149 5 : String 149 6 : ComIbmCommerceOrderFacadeDatatypesOrderBLockInfoType 149 7 : String 149 8 : String 149 9 : String 149 10 : [ComIbmCommerceOrderFacadeDatatypesCSRCommentsType] 149 11 : ComIbmCommerceOrderFacadeDatatypesChannelType 149 12 : String 149 13 : String 149 14 : [CartCouponCode] 149 15 : [ComIbmCommerceOrderFacadeDatatypesFinancialTransactionType] 149 16 # The `orderId` value returned in the response can be used as the `orderId` in 17 # requestBody of `Get /store/{storeId}/cart/@self`. 18 # 19 # 20 # Equivalent to GET /store/{storeId}/cart/@self 21 # 22 # Arguments 23 # currency: The currency code to use for example, currency=USD. 24 # If no currency code is specified, the store default currency is used. 25 # langId: Language identifier. If not specified, the locale 26 # parameter will be used. If locale isn't specified, then the store default 27 # language shall be used. 28 # pageNumber: Page number. Valid values are positive integers 29 # starting at 1. Use pageNumber with pageSize. 30 # pageSize: Page size. Used to limit the amount of data returned 31 # by a query. Valid values are integers starting with 1. Use pageSize with 32 # pageNumber. 33 # profileName: Profile name. Profiles determine the subset of 34 # data returned by a query. 35 # responseFormat: The response format. Valid values are json and 36 # xml. If the request contains an input body, it must use the format specified in 37 # responseFormat. If the responseFormat is not specified, the accept HTTP header 38 # determines the format of the response. If the accept HTTP header is not 39 # specified then default response format is json. 40 # sortOrderItemBy: The sort order of the results for example, 41 # sort by orderItemID. 42 # storeId: The store identifier. 43 ( 44 : Currency, 45 : String, 46 : Int, 47 : Int, 48 : ProfileName, 49 : ResponseFormat, 50 : String, 51 : String! 52 ): CartCartItem 149 53 : String 149 54 : String 149 55 : String 149 56 : String 149 57 : CartOrderAmount 149 58 : String 149 59 : ComIbmCommerceFoundationCommonDatatypesPersonIdentifierType 149 60 : [CartCartItemOrderExtendAttribute] 149 61 : String 149 62 : CartOrderIdentifier 149 63 : [CartCartItem2] 149 64 : String 149 65 : String 149 66 : String 149 67 : String 149 68 : ComIbmCommerceOrderFacadeDatatypesParentInfoType 149 69 : [CartPaymentInstruction2] 149 70 : String 149 71 : String 149 72 : String 149 73 : String 149 74 : String 149 75 : [CartCartItemPromotionCode] 149 76 : String 149 77 : ComIbmCommerceFoundationCommonDatatypesQuoteIdentifierType 149 78 : String 149 79 : String 149 80 : String 149 81 : String 149 82 : String 149 83 : [CartRewardOption] 149 84 : String 149 85 : String 149 86 : String 149 87 : String 149 88 : String 149 89 : String 149 90 : String 149 91 : String 149 92 : String 149 93 : String 149 94 : String 149 95 : String 149 96 : String 149 97 : String 149 98 : String 149 99 # The `orderId` value returned in the response can be used as the `orderId` in 100 # requestBody of `/store/{storeId}/cart/@self/usable_payment_info`. 101 # 102 # 103 # Equivalent to GET /store/{storeId}/cart/@self/usable_payment_info 104 # 105 # Arguments 106 # pageNumber: Page number. Valid values are positive integers 107 # starting at 1. Use pageNumber with pageSize. 108 # pageSize: Page size. Used to limit the amount of data returned 109 # by a query. Valid values are integers starting with 1. Use pageSize with 110 # pageNumber. 111 # responseFormat: The response format. Valid values are json and 112 # xml. If the request contains an input body, it must use the format specified in 113 # responseFormat. If the responseFormat is not specified, the accept HTTP header 114 # determines the format of the response. If the accept HTTP header is not 115 # specified then default response format is json. 116 ( 117 : Int, 118 : Int, 119 : ResponseFormat 120 ): CartUsablePaymentInfo 149 121 : String 149 122 : String 149 123 # The `orderId` value returned in the response can be used as the `orderId` in 124 # requestBody of `/store/{storeId}/cart/@self/usable_shipping_info`. 125 # 126 # 127 # Equivalent to GET /store/{storeId}/cart/@self/usable_shipping_info 128 # 129 # Arguments 130 # pageNumber: Page number. Valid values are positive integers 131 # starting at 1. Use pageNumber with pageSize. 132 # pageSize: Page size. Used to limit the amount of data returned 133 # by a query. Valid values are integers starting with 1. Use pageSize with 134 # pageNumber. 135 # responseFormat: The response format. Valid values are json and 136 # xml. If the request contains an input body, it must use the format specified in 137 # responseFormat. If the responseFormat is not specified, the accept HTTP header 138 # determines the format of the response. If the accept HTTP header is not 139 # specified then default response format is json. 140 ( 141 : Int, 142 : Int, 143 : ResponseFormat 144 ): CartUsableShippingInfo 149 145 : [CartCartItemUserDataField] 149 146 : String 149 147 : String 149 148 : String 150 151 }