Product.GetProductApprovalStatus

Returns a current status of the approval process.
Call this method after Product.SubmitProductForApproval to check the approval status.

Product.GetProductApprovalStatus Parameters

Parameter Type Required Description
productCode xsd:string Yes A valid Genesis product code. You can get a list of your company's product codes by calling Partner.GetProducts.

Product.GetProductApprovalStatus Response

Parameter Type Description
status xsd:string Indicates the current status of the approval process for the submitted product integration. Suppported response values include unsubmitted, pending, approved, or rejected.
comments xsd:string If status == rejected, the comment contains a reason why the product integration was rejected.

Comments (0)

Must be logged in to comment. or register now to comment!