@plentymarkets/shop-api / getRobots
Function: getRobots() ​
getRobots(
context
):Promise
<Data
<RobotsStaticPages
>>
Method getRobots- Method that returns robots for static pages
Parameters ​
• context: PlentysystemsIntegrationContext
Returns ​
Promise
<Data
<RobotsStaticPages
>>
Example ​
ts
const { data, error } = await useAsyncData(() => sdk.plentysystems.getRobots());