eBay Business Policies Management APIVersion 1.0.0
 

ConsolidationJob

Type defining the Job container that is returned in the consolidateShippingProfiles and GetConsolidationJobStatus calls. The Job container consists of a unique ID for the job, the status of the job, and the eBay site ID.

Types that use ConsolidationJob:

Calls that use ConsolidationJob:

Fields

JobId ( long ) [1]
Unique identifier for a shipping policies consolidation job. This field will not be returned in the consolidateShippingProfiles response if the call fails to create the job. A JobId value is needed in the GetConsolidationJobStatus request to retrieve a job.
See the Field Index to learn which calls use JobId.

JobStatus ( ConsolidationJobStatus ) [1]
This field indicates the status of the shipping policies consolidation job.
See the Field Index to learn which calls use JobStatus.

The type of shipping policies consolidation job. Currently, only one value is applicable.
See the Field Index to learn which calls use JobType.

SiteId ( int ) [1]
Unique identifier of the eBay listing site.
See the Field Index to learn which calls use SiteId.