ทั้งพาร์ทเนอร์ Shopping และบัญชีผู้ขายแต่ละบัญชีอาจมีลิงก์ที่แจ้งว่าไม่เหมาะสมหลายรายการระหว่างบัญชีของตนกับบัญชีอื่นๆ
เมธอด listlinks จะแสดงรายการลิงก์ทั้งหมดเหล่านี้สําหรับบัญชี Merchant Center ที่เรียก API โดยไม่จำเป็นต้องมีพารามิเตอร์ใดๆ และเรียกใช้โดยใช้คำขอ HTTP GET
สถานะบริการ
เมื่อแสดงลิงก์ คำตอบจะแสดง status สำหรับ service แต่ละรายการภายในลิงก์ ผู้ขายมีตัวเลือกในการอนุมัติบริการที่แสดงทั้งหมด หรืออนุมัติเฉพาะบริการบางส่วนที่เสนอในคำขอ
บริการจะเริ่มมีสถานะ pending จนกว่าจะได้รับอนุมัติจากผู้ให้บริการอย่างชัดเจน หลังจากได้รับอนุมัติแล้ว บริการจะมีสถานะ active
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-06-19 UTC"],[[["The Merchant API is the new version of the Content API for Shopping and represents the future of the platform."],["The `listlinks` method allows retrieval of all flagged links between accounts, providing insight into account relationships."],["Each service within a link has a status, starting as `pending`, transitioning to `active` upon approval, and ultimately becoming `inactive` when removed."],["A simple HTTP GET request to the `listlinks` endpoint is sufficient to retrieve link information without requiring any parameters."]]],["The beta version of the Merchant API, the new Content API for Shopping, is introduced. The `listlinks` method retrieves all links between merchant accounts without parameters via a `GET` request. Each service within a link has a `status`: `pending` (awaiting merchant approval), `active` (approved), or `inactive` (removed, but other services remain). Once all services are removed, the link is no longer listed. A `GET` request example and the `listlinks` method's response format are provided.\n"]]