Get Salesforce order lines by ad account id.

GET {{baseUrl}}/ad_accounts/:ad_account_id/ssio/order_lines?bookmark=<string>&page_size=25&pin_order_id=<string>

Get Salesforce order lines for account id adaccountid. - The token's user_account must either be the Owner of the specified ad account, or have one of the necessary roles granted to them via Business Access: Admin, Finance, Campaign.

Request Params

KeyDatatypeRequiredDescription
bookmarkstringCursor used to fetch the next page of items
page_sizenumberMaximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information.
pin_order_idstringThe pin order id associated with the ssio insertino order

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}