Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2 KB

ComplianceViolation.md

File metadata and controls

13 lines (10 loc) · 2 KB

# ComplianceViolation

Properties

Name Type Description Notes
compliance_type string This enumeration value indicates the compliance type of listing violation. See ComplianceTypeEnum for more information on each compliance type. This will always be returned for each listing violation that is found. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/compliance/types/com:ComplianceTypeEnum&#39;&gt;eBay API documentation</a> [optional]
listing_id string The unique identifier of the eBay listing that currently has the corresponding listing violation{s). This field will always be returned for each listing that has one or more violations. [optional]
sku string The seller-defined SKU value of the product in the listing with the violation{s). This field is only returned if defined in the listing. SKU values are optional in listings except when creating listings using the Inventory API model. [optional]
offer_id string Note: This field is for future use, and will not be returned, even for listings created through the Inventory API. The unique identifier of the offer. This field is only applicable and returned for listings that were created through the Inventory API. To convert an Inventory Item object into an eBay listing, an Offer object must be created and published. [optional]
violations \eBay\Sell\Compliance\Model\ComplianceDetail[] This container consists of an array of one or more listing violations applicable to the eBay listing specified in the listingId field. This array is returned for each eBay listing that has one or more violations. For each returned violation, the fields that are returned and the details that are given will depend on the listing violation. [optional]

[Back to Model list] [Back to API list] [Back to README]