cases quantity是quantity什么意思思?

信用证上CASE NO.指的是什么意思_百度知道
信用证上CASE NO.指的是什么意思
信用证原句ADVISING L/C NO./VESSEL/CASE/QUANTITY/AMOUNT/B/L NO.
提问者采纳
ADVISING L/C NO./VESSEL/CASE/QUANTITY/AMOUNT/B/L NO.- 通知信用证号码/船名/包装/数量/金额/提单号码
其他类似问题
为您推荐:
您可能关注的推广
信用证的相关知识
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁getUserCases
This call retrieves all disputes and cases in which the user is involved as a buyer
or seller. This includes all cases
opened by buyers through the eBay Resolution Center, all older eBay disputes, cases
opened through the PayPal system, and Unpaid Item disputes or mutual Cancel Transaction
agreements created through the AddDispute call of the Trading API or through the
Resolution Center. Currently, the eBay Buyer Protection program and supporting
Resolution Center exist only on the US, UK, and DE sites.
Users of this call have the option of filtering by case status, case type, or date ranges. Users
can also input an eBay item ID (and optionally a transaction ID) to return cases related to a
specific item listing or order line item. The filter types are described below.
Item Filter
By using the itemFilter field, the user can find cases associated with a particular item listing by passing in the eBay Item ID. In fact, the user can even "drill-down" to a specific order line item by passing in the transactionID as well. If the transactionID field is used, a case associated with a specific order line item is returned.
Date Range Filter
By using the creationDateRangeFilter field, the user can retrieve cases with creation dates within a specified date range. The fromDate and toDate must be dates in the past. The fromDate can
be set back to 18 months in the past. The maximum period of time (or time span) that can be specified using the fromDate and toDate fields is 90 days. So, if a user wanted to return all user cases from the last 18 months, it would require six separate calls that specified different 90-day intervals. If the toDate field is omitted, all cases created from the fromDate up to the present (system date) are returned. However, if the time span between the fromDate and the system date is longer than 90 days, all cases created starting from the fromDate to 90 days after the fromDate are returned.
Case Type Filter
By using the caseTypeFilter field, the user can retrieve cases of a specific case type. For example, a user may only want to return PayPal Item Not Received cases and/or PayPal Significantly Not As Described cases, or maybe they want to return only eBay Buyer Protection Item Not Received or Significantly Not As Described cases. Perhaps they know that there is a Significantly Not As Described case against them, but they do not know the system in which the case was filed. In that case, they would want to use SNAD, PAYPAL_SNAD, and EBP_SNAD as arguments in the caseTypeFilter field.
The caseTypeFilter uses Boolean OR logic, which means all matching case types specified in caseTypeFilter field are returned.
Case Status Filter
By using the caseStatusFilter field, the user can retrieve cases in a specific state. For example, a user may only want to return opened cases. Or maybe they only want to return closed cases. Perhaps they want to know which cases require an action on their part. In that case, they would want to use MY_RESPONSE_DUE and MY_PAYMENT_DUE as arguments in the caseStatusFilter field.
This caseStatusFilter field uses Boolean OR logic, which means all matching case statuses specified in caseStatusFilter field are returned.
Common Errors for getUserCases Call
The following are some common errors that can occur when using filtering with the getUserCases call:
An invalid itemId is specified when the item filter is used to retrieve cases against a specific item listing.
An invalid transactionId is specified when the item filter is used to retrieve a case against a specific order line item.
An invalid date range is specified when the date range filter is used. Invalid date range errors may involve an incorrect date format, a "from" or "to" date in the future, a "from" date that is more recent than the "to" date, a "from" date older than 18 months, or a specified time range longer than three months.
An invalid case type is specified when the case type filter is used to find cases against a specific case type.
An invalid case status is specified when the case status filter is used to find cases in a specific state.
Paginating Search Results
Use paginationInput and its child elements to break the items matching the search criteria down into smaller subsets, or "pages" of data. The paginationInput.entriesPerPage field specifies the maximum number of items to return for any given request. The paginationInput.pageNumber field specifies which "page" of data to return in the current call. An XML snippet is shown below:
&getUserCasesRequest&
&paginationInput&
&entriesPerPage&10&/entriesPerPage&
&pageNumber&2&/pageNumber&
&/paginationInput&
&/getUserCasesRequest&
Sample pagination input (HTTP GET)
...&paginationInput.entriesPerPage=10&paginationInput.pageNumber=2...
There are corresponding fields in the response for paginating data. The paginationOutput.totalEntries field indicates the total number of items matching the input search criteria that could be returned (with one or multiple calls). If the value specified in paginationInput.entriesPerPage is less than that returned in paginationOutput.totalEntries, then it will take more than one call to retrieve all of the matching items. The paginationOutput.totalPages property indicates the total number of calls that would be required to retrieve all of the matching items. The value specified in the paginationInput.pageNumber field of search requests indicates where in the sequence of multiple calls the application is, relative to the number returned in paginationInput.totalPages.
Sample pagination output (XML)
&paginationOutput&
&pageNumber&2&/pageNumber&
&entriesPerPage&10&/entriesPerPage&
&totalPages&21&/totalPages&
&totalEntries&207&/totalEntries&
&/paginationOutput&
The paginationOutput.entriesPerPage field indicates the maximum number of items that can be returned in a response. The count attribute for the searchResult field indicates the actual number of items returned in the response. The count value will typically match the entriesPerPage value, except when your search returns fewer results than the value specified in entriesPerPage or when retrieving the last page of results.
Related Information
See also the reference documentation for this call:
- This call is used to return details for a specific case in the eBay Buyer Protection system.
The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also .
&?xml version="1.0" encoding="utf-8"?&
&getUserCasesRequest xmlns="/marketplace/resolution/v1/services"&
&!-- Call-specific Input Fields -->
&!-- ... more caseStatus values allowed here ... --&
&!-- ... more caseType values allowed here ... --&
&/getUserCasesRequest&
Occurrence
caseStatusFilter
Container element for case status filters. One or more
caseStatus elements may be used. The caseStatusFilter field uses Boolean OR logic, which means all specified and matching case statuses are returned. There are six possible case statuses to retrieve.
caseStatusFilter.caseStatus
Conditional,
The case status to search for is specified in this field. At least one caseStatus field must be used if caseStatusFilter is included in the input.
Applicable values: See .
caseTypeFilter
Container element for case type filters. One or more caseType elements may be used. The
caseTypeFilter field uses Boolean OR logic, which means all specified and matching case types are returned. There are nine possible case types to retrieve.
caseTypeFilter.caseType
Conditional,
The type of case to search for is specified in this field. At least one caseType field must be used if caseTypeFilter is included in the input.
Applicable values: See .
creationDateRangeFilter
This filter restricts results to cases created within a specified date range. The specified date range is inclusive. The maximum date range that can be specified with this filter is 90 days. Cases with creation dates dating back more than 18 months cannot be returned. If you want to return cases for a period longer than 90 days, you have to make multiple getUserCases calls using this filter and specifying different date ranges in each subsequent call.
creationDateRangeFilter&&.fromDate
Conditional
The starting date for the date range. The fromDate must be older than the toDate, and it cannot be set back more than 18 months in the past.
creationDateRangeFilter.toDate
The ending date for the date range. The toDate must be more recent than the fromDate. This field is optional. If it is omitted, all cases created from the fromDate up to the present (system date) are returned, unless the range specified by the fromDate and the present date is greater than 90 days, in which case the toDate defaults to 90 days forward from the fromDate.
itemFilter
This filter restricts results to cases filed against a specific item or a specific transaction involving the same item. If the
itemFilter.transactionId field is specified, a maximum of one case will be returned since there can only be one case per transaction.
itemFilter.itemId
Conditional
The unique identifier for an eBay item listing. All cases filed against this itemId are returned.
Max length: 19.
itemFilter.transactionId
The unique identifier for an eBay transaction. The transactionId must match the specified itemId or an error is returned. If a transactionId is specified, only one case, that matches the itemId and the transactionId, may be returned.
Max length: 19.
paginationInput
Controls the pagination of the result set, including the number of cases returned per page and the page number you want returned in the output.
paginationInput.entriesPerPage
Conditional
Specifies the number of cases to return in one page of results in the getUserCases response. This value, along with the number of cases that match the input criteria in the getUserCases request, will determine how many result pages are returned.
Default: 200.
paginationInput.pageNumber
Conditional
Specifies which page of case results to return in the response. The total number of result pages is determined by the total number of cases matching the input criteria divided by the number of cases to display in each page. The total number of cases is returned in the paginationOutput.totalEntries field of the getUserCases response. The cases to display per page is set with the paginationInput.entriesPerPage field. If there are multiple result pages returned, subsequent calls can be made with all of the same input parameters, except for the pageNumber field, which is incremented by a value of 1 each time so that each subsequent page may be viewed and/or handled.
Default: 1.
Sorts the results based on creation date or case status, in ascending or descending order. Results are returned based on case creation date in ascending order if this field is not included in the request.Default: CREATION_DATE_ASCENDING.
Applicable values:
CASE_STATUS_ASCENDING
Cases are sorted based on the status of the case in ascending order .
CASE_STATUS_DESCENDING
Cases are sorted based on the status of the case in descending order.
CREATION_DATE_ASCENDING
Cases are sorted based on creation date in ascending order.
CREATION_DATE_DESCENDING
Cases are sorted based on creation date in descending order.
The box below lists all fields that might be returned in the response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also .
&?xml version="1.0" encoding="utf-8"?&
&getUserCasesResponse xmlns="/marketplace/resolution/v1/services"&
&!-- Call-specific Output Fields -->
&!-- ... more caseSummary nodes allowed here ... --&
&!-- Standard Output Fields -->
& name=""&
&!-- ... more parameter nodes allowed here ... --&
&!-- ... more error nodes allowed here ... --&
&/getUserCasesResponse&
Return Value
Occurrence
Root container for all cases in which the caller is involved in either as the seller or buyer. There can be one or more caseSummary nodes under the cases container.
cases.caseSummary
Container consisting of summary information for a case. One
caseSummary container will be returned for each case that matches the input criteria.
cases.caseSummary.caseAmount
The amount of money involved in the case.
cases.caseSummary.caseId
This container identifies a dispute case between the buyer and seller.
cases.caseSummary.caseId.id
Unique identifier of the case. The caseId.id values are returned in the caseSummary container in the getUserCases and getEBPCaseDetail calls.
Max length: 38.
cases.caseSummary.caseId.type
eBay case type. Case types include eBay Buyer Protection and PayPal Buyer Protection cases (opened through the Resolution Center), older disputes created through other sites, and Unpaid Item or Cancel Transaction disputes created through the Resolution Center or with the AddDispute call of the Trading API. For all Resolution Case Management calls except getUserCases, only EBP_INR and EBP_SNAD are applicable caseType values.
Applicable values: See .
cases.caseSummary.caseQuantity
This value indicates the quantity of items in the transaction related to the case. This value is usually '1' unless a buyer bought multiple items at the same time from the same fixed-priced listing.
cases.caseSummary.creationDate
Timestamp indicating the date that the case was opened.
cases.caseSummary.item
A container consisting of details on the item associated with the case.
cases.caseSummary.item.itemId
The unique identifier for the eBay item listing involved in the case.
Max length: 19.
cases.caseSummary.item&&.itemTitle
The title of the item listing involved in the case.
Max length: 55.
cases.caseSummary.item&&.transactionId
The unique identifier for the eBay transaction being disputed in the case.
cases.caseSummary&&.lastModifiedDate
Timestamp indicating the date on which the case was last modified. A case is considered modified if the status value changes.
cases.caseSummary.otherParty
The role (e.g. buyer, seller) of the other party involved in the case.
cases.caseSummary.otherParty&&.role
The user's role in the eBay Buyer Protection case.
Applicable values:
The user's role in the case is buyer.
A representative of eBay involved in mediating the case.
The user's role in the case is classified as 'other'.
The user's role in the case is seller.
cases.caseSummary.otherParty&&.userId
Conditionally
The eBay user ID for the user involved in the case.
cases.caseSummary&&.respondByDate
Conditionally
The date by which the next action in the case must be made either by the user (caller) or other party involved in the case. This field is only returned if a response or payment is due from the user or the other party involved in the case.
cases.caseSummary.status
Container holding the status of the case. The field appearing under this container is dependent on the case type. For getEBPCaseDetail, only the EBPINRStatus or EBPSNADStatus fields may be returned under the caseSummary.status field.
cases.caseSummary.status&&.cancelTransactionStatus
Conditionally
The current status of a cancelled transaction case opened by the seller in the Resolution Center or with the AddDispute call of the Trading API.
Applicable values: See .
cases.caseSummary.status&&.EBPINRStatus
Conditionally
The current status of an Item Not Received case opened by the buyer in the Resolution Center.
Applicable values: See .
cases.caseSummary.status&&.EBPSNADStatus
Conditionally
The current status of a Significantly Not As Described case opened by the buyer in the Resolution Center.
Applicable values: See .
cases.caseSummary.status&&.INRStatus
Conditionally
The current status of an older Item Not Received case.
Applicable values: See .
cases.caseSummary.status&&.PaypalINRStatus
Conditionally
The current status of an Item Not Received case opened by the buyer in the PayPal system.
Applicable values:
A closed PayPal Item Not Received case.
MY_RESPONSE_DUE
A response from the user in the PayPal Item Not Received case is due.
An open PayPal Item Not Received case.
The status of the PayPal Item Not Received case is 'other'.
OTHER_PARTY_RESPONSE_DUE
A response from the other party in the PayPal Item Not Received case is due.
cases.caseSummary.status&&.PaypalSNADStatus
Conditionally
The current status of a Significantly Not As Described case opened by the buyer in the PayPal system.
Applicable values:
The case is closed.
MY_RESPONSE_DUE
A response is due from the user (caller).
The case is open.
The status of the case is classified as 'other'.
OTHER_PARTY_RESPONSE_DUE
A response is due from the other party in the case.
cases.caseSummary.status&&.returnStatus
Conditionally
The current status of a returned item case.
Applicable values: See .
cases.caseSummary.status&&.SNADStatus
Conditionally
The current status of an older Significantly Not As Described case.
Applicable values: See .
cases.caseSummary.status&&.UPIStatus
Conditionally
The current status of an Unpaid Item case opened by the seller in the Resolution Center or with the AddDispute call of the Trading API.
Applicable values: See .
cases.caseSummary.user
The role (e.g. buyer, seller) of the user making the call.
cases.caseSummary.user.role
The user's role in the eBay Buyer Protection case.
Applicable values:
The user's role in the case is buyer.
A representative of eBay involved in mediating the case.
The user's role in the case is classified as 'other'.
The user's role in the case is seller.
cases.caseSummary.user.userId
Conditionally
The eBay user ID for the user involved in the case.
paginationOutput
Pagination container consisting of fields that indicate the total number of pages and cases that match the input criteria, the number of cases per page, and the current page number being viewed. See the corresponding field descriptions for more information on the child elements of paginationOutput.
paginationOutput&&.entriesPerPage
The number of cases returned per page. This value is set in the paginationInput.entriesPerPage field in the getUserCases request.
Default: 1.
paginationOutput.pageNumber
The page number currently being viewed. The total number of result pages is shown in the totalPages field. If totalPages is more than 1, multiple getUserCases calls must be made to view all case results, with the paginationInput.pageNumber value being incremented by 1 in each subsequent call.
Default: 1.
paginationOutput.totalEntries
This value indicates the total number of cases that exist based on the current input criteria. Once this value is known, the caller may want to considering tweaking the paginationInput fields and making another call.
paginationOutput.totalPages
This value indicates the total number of result pages that exist based on the current input criteria, including the paginationInput fields. If totalPages is more than 1, multiple getUserCases calls must be made to view all case results, with the paginationInput.pageNumber value being incremented by 1 in each subsequent call.
Applicable values:
eBay encountered a fatal error during the processing of the request, causing the request to fail. When a serious application-level error occurs, the error is returned instead of the business data.
PartialFailure
eBay successfully processed the request, but one or more non-fatal errors occurred during the processing. Inspect the message details and resolve any problems before resubmitting the request.
eBay successfully processed the request and the business data is returned in the response. Note that it is possible for a response to return Success, but still not contain the expected data in the result.
The request that triggered the error was processed successfully but with one or more warnings.
errorMessage
Conditionally
Information for an error or warning that occurred when eBay processed the request. This field is not returned if the ack value is Success.
errorMessage.error
Conditionally,
Details about a single error.
errorMessage.error.category
Conditionally
There are three categories of errors: request errors, application errors, and system errors.
Applicable values:
Application
An error occurred due to a problem with the request, with the most likely source being the application sending the request. For example, the request is missing a required data element or it contains an invalid field. The problem must be corrected before the request can be resent. Inspect the error message to find the cause of the problem. If the problem is due to an application error, modify the application and resend the request. If the error is due to invalid data, the source of the data must be corrected before you resend the resend request to eBay.
An error occurred due to a problem with the request, with the most likely source being missing or invalid data in the request. The problem must be corrected before the request can be retried. Inspect the error message to find the cause of the problem. If the problem is a result of end-user data, alert the end-user to the problem and provide the means for them to correct the problem. Once the problem is resolved, resend the request to eBay.
Indicates that an error has occurred on the eBay system side. For example, a database or server could be down. Inspect the error message to find the cause of the problem. If the problem is on the eBay side, an application can retry the request a reasonable number of times (eBay recommends twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, the request may be resent in its original form.
errorMessage.error.domain
Conditionally
Name of the domain in which the error occurred.
errorMessage.error.errorId
Conditionally
A unique code that identifies the particular error condition that occurred. Your application can use error codes as identifiers in your customized error-handling algorithms.
errorMessage.error.exceptionId
Conditionally
Unique identifier for an exception associated with an error.
errorMessage.error.message
Conditionally
A detailed description of the condition that caused the error.
errorMessage.error.parameter
Conditionally,
Various warning and error messages return one or more variables that contain contextual information about the error. This is often the field or value that triggered the error.
errorMessage.error.parameter&&[ attribute name ]
Conditionally
Various warning and error messages return one or more variables that contain contextual information about the error. This is often the field or value that triggered the error.
errorMessage.error.severity
Conditionally
Indicates whether the reported problem is fatal (an error) or is less- severe (a warning). Review the error message details for information on the cause.
If the request fails and the application is the source of the error (for example, a required element is missing), update the application before you retry the request. If the problem is due to incorrect user data, alert the end-user to the problem and provide the means for them to correct the data. Once the problem in the application or data is resolved, re-send the request to eBay.
If the source of the problem is on eBay's side, you can retry the request a reasonable number of times (eBay recommends you try the request twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, you can resend the request in its original form.
If a warning occurs, warning information is returned in addition to the business data. Normally, you do not need to resend the request (as the original request was successful). However, depending on the cause of the warning, you might need to contact the end user, or eBay, to effect a long term solution to the problem.
Applicable values:
eBay encountered a fatal error during the processing of the request, causing the request to fail. When eBay encounters an error, it returns error data instead of the requested business data. Inspect the error details and resolve the problem before resubmitting the request.
The request was successfully processed, but eBay encountered a non-fatal error during the processing that could affect the data returned. For example, eBay might have changed the value of an input field. In this case, eBay returns a successful response, but it also returns a warning. For best results, requests should return without warnings. Inspect the warning details and resolve the problem before resubmitting the request.
errorMessage.error.subdomain
Conditionally
Name of the subdomain in which the error occurred.
This value represents the date and time when eBay processed the request. The time zone of this value is GMT and the format is the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See Time Values in the eBay Web Services guide for information about this time format and converting to and from the GMT time zone.
The version of the response payload schema. Indicates the version of the schema that eBay used to process the request.
Code samples not yet added for this call's documentation.
Change History
Change Date
Description
(added) New call.
User-Contributed Notes}

我要回帖

更多关于 o2o是什么意思 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信