@plentymarkets/shop-api / getRobots
Function: getRobots() ​
getRobots(
context):Promise<Data<RobotsStaticPages>>
Defined in: api/getRobots/index.ts:14
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());